arm: dts: k3-am625-sk: Enable CPSW port 1 in SPL stage
Enable CPSW port 1 in SPL stage to ethboot working in AM62. Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
parent
d17041a090
commit
f64b1fcc28
|
|
@ -140,10 +140,12 @@
|
||||||
<0x0 0x43000200 0x0 0x8>;
|
<0x0 0x43000200 0x0 0x8>;
|
||||||
reg-names = "cpsw_nuss", "mac_efuse";
|
reg-names = "cpsw_nuss", "mac_efuse";
|
||||||
/delete-property/ ranges;
|
/delete-property/ ranges;
|
||||||
|
u-boot,dm-spl;
|
||||||
|
|
||||||
cpsw-phy-sel@04044 {
|
cpsw-phy-sel@04044 {
|
||||||
compatible = "ti,am64-phy-gmii-sel";
|
compatible = "ti,am64-phy-gmii-sel";
|
||||||
reg = <0x0 0x00104044 0x0 0x8>;
|
reg = <0x0 0x00104044 0x0 0x8>;
|
||||||
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -182,3 +184,27 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&cpsw_port1 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_rgmii1_pins_default {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_rgmii2_pins_default {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&main_mdio1_pins_default {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpsw3g_phy0 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
||||||
|
&cpsw3g_phy1 {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue