arm: dts: k3-am65-wakeup: Introduce chipid node
authorDave Gerlach <d-gerlach@ti.com>
Thu, 16 Jul 2020 04:40:00 +0000 (23:40 -0500)
committerSimon Glass <sjg@chromium.org>
Sat, 25 Jul 2020 20:46:57 +0000 (14:46 -0600)
Introduce a chipid node to provide a UCLASS_SOC driver to identify TI K3
SoCs.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
arch/arm/dts/k3-am65-wakeup.dtsi
arch/arm/dts/k3-am654-base-board-u-boot.dtsi

index 2676d60..666c30d 100644 (file)
@@ -62,4 +62,9 @@
                clocks = <&k3_clks 115 1>;
                power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>;
        };
+
+       chipid: chipid@43000014 {
+               compatible = "ti,am654-chipid";
+               reg = <0x43000014 0x4>;
+       };
 };
index d9ff3ed..a30680d 100644 (file)
                u-boot,dm-spl;
        };
 };
+
+&chipid {
+       u-boot,dm-spl;
+};