Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
a3d0fa31
Commit
a3d0fa31
authored
Mar 09, 2020
by
Manish Pandey
Committed by
TrustedFirmware Code Review
Mar 09, 2020
Browse files
Merge "fdts: a5ds: add ethernet node in devicetree" into integration
parents
a1463c8e
c84cbf41
Changes
1
Show whitespace changes
Inline
Side-by-side
fdts/a5ds.dts
View file @
a3d0fa31
...
@@ -136,4 +136,23 @@
...
@@ -136,4 +136,23 @@
reg
=
<
0x1a050000
0x1000
>;
reg
=
<
0x1a050000
0x1000
>;
};
};
};
};
v2m_fixed_3v3
:
fixed
-
regulator
-
0
{
compatible
=
"regulator-fixed"
;
regulator
-
name
=
"3V3"
;
regulator
-
min
-
microvolt
=
<
3300000
>;
regulator
-
max
-
microvolt
=
<
3300000
>;
regulator
-
always
-
on
;
};
ethernet
@
4020000
{
compatible
=
"smsc,lan9220"
,
"smsc,lan9115"
;
reg
=
<
0x40200000
0x10000
>;
interrupt
-
parent
=
<&
gic
>;
interrupts
=
<
0
43
0xf04
>;
reg
-
io
-
width
=
<
4
>;
phy
-
mode
=
"mii"
;
smsc
,
irq
-
active
-
high
;
vdd33a
-
supply
=
<&
v2m_fixed_3v3
>;
vddvario
-
supply
=
<&
v2m_fixed_3v3
>;
};
};
};
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment