ARM: at91/dt: sama5d3 xplained: add phy address for macb0
Specify the phy address on macb0 node aka GEM. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
This commit is contained in:
parent
50f2472a51
commit
9e65adb4f6
1 changed files with 6 additions and 0 deletions
|
@ -105,7 +105,13 @@
|
||||||
|
|
||||||
macb0: ethernet@f0028000 {
|
macb0: ethernet@f0028000 {
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
ethernet-phy@7 {
|
||||||
|
reg = <0x7>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
pwm0: pwm@f002c000 {
|
pwm0: pwm@f002c000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue