]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-j721e-mcu-wakeup: Introduce chipid node
authorDave Gerlach <d-gerlach@ti.com>
Thu, 16 Jul 2020 04:40:01 +0000 (23:40 -0500)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -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-j721e-common-proc-board-u-boot.dtsi
arch/arm/dts/k3-j721e-mcu-wakeup.dtsi

index 6e748bfebb671243e128c4d54f7021d4df1a05a7..cfb39325e97bddb8cf5ba0243d391f816c6b4b69 100644 (file)
 &mcu_fss0_ospi1_pins_default {
        u-boot,dm-spl;
 };
+
+&chipid {
+       u-boot,dm-spl;
+};
index e6c99ab6980ad4f201d04d9f19da96c01b15fdba..60695f5eb91dffb333480350e7ab639f09fc13d8 100644 (file)
                        ti,cpts-periodic-outputs = <2>;
                };
        };
+
+       chipid: chipid@43000014 {
+               compatible = "ti,am654-chipid";
+               reg = <0x0 0x43000014 0x0 0x4>;
+       };
 };