ARM: dts: am4372: Add cpsw phy sel dt node
Add cpsw phy sel device tree node for selecting phy mode in control module Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
This commit is contained in:
parent
95eb894e93
commit
a9682cfb53
1 changed files with 6 additions and 0 deletions
|
@ -521,6 +521,12 @@
|
||||||
/* Filled in by U-Boot */
|
/* Filled in by U-Boot */
|
||||||
mac-address = [ 00 00 00 00 00 00 ];
|
mac-address = [ 00 00 00 00 00 00 ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
phy_sel: cpsw-phy-sel@44e10650 {
|
||||||
|
compatible = "ti,am43xx-cpsw-phy-sel";
|
||||||
|
reg= <0x44e10650 0x4>;
|
||||||
|
reg-names = "gmii-sel";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
epwmss0: epwmss@48300000 {
|
epwmss0: epwmss@48300000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue