Parcourir la source

arm: dts: am437x-gp-evm: Add some nodes to u-boot.dtsi

Add scm_conf syscon node and its parents as well as the ethernet phy
node to u-boot.dtsi. This enables ethernet boot.

Signed-off-by: Faiz Abbas <faiz_abbas@ti.com>
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Faiz Abbas il y a 4 ans
Parent
commit
f9dd35330b
1 fichiers modifiés avec 16 ajouts et 0 suppressions
  1. 16 0
      arch/arm/dts/am437x-gp-evm-u-boot.dtsi

+ 16 - 0
arch/arm/dts/am437x-gp-evm-u-boot.dtsi

@@ -42,3 +42,19 @@
 &i2c0 {
 	u-boot,dm-spl;
 };
+
+&l4_wkup {
+	u-boot,dm-spl;
+};
+
+&scm {
+	u-boot,dm-spl;
+};
+
+&scm_conf {
+	u-boot,dm-spl;
+};
+
+&ethphy0 {
+	u-boot,dm-spl;
+};