mirror of
https://xff.cz/git/u-boot/
synced 2025-09-04 18:22:02 +02:00
arm: dts: k3-am65-wakeup: Introduce chipid node
Introduce a chipid node to provide a UCLASS_SOC driver to identify TI K3 SoCs. Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
This commit is contained in:
committed by
Simon Glass
parent
3e1b59cf3b
commit
bec8b94e08
@@ -62,4 +62,9 @@
|
|||||||
clocks = <&k3_clks 115 1>;
|
clocks = <&k3_clks 115 1>;
|
||||||
power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>;
|
power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
chipid: chipid@43000014 {
|
||||||
|
compatible = "ti,am654-chipid";
|
||||||
|
reg = <0x43000014 0x4>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@@ -246,3 +246,7 @@
|
|||||||
u-boot,dm-spl;
|
u-boot,dm-spl;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&chipid {
|
||||||
|
u-boot,dm-spl;
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user