mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-10-04 12:11:40 +02:00
arm: dts: k3-j7200: Sync with Linux 6.7-rc1
Sync u-boot device tree with Linux kernel 6.7-rc1 Signed-off-by: Reid Tonking <reidt@ti.com>
This commit is contained in:
parent
52a86e69e2
commit
910bcb76f6
@ -91,7 +91,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
main_navss: bus@30000000 {
|
main_navss: bus@30000000 {
|
||||||
compatible = "simple-mfd";
|
compatible = "simple-bus";
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
|
ranges = <0x00 0x30000000 0x00 0x30000000 0x00 0x0c400000>;
|
||||||
|
@ -318,7 +318,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
mcu_navss: bus@28380000 {
|
mcu_navss: bus@28380000 {
|
||||||
compatible = "simple-mfd";
|
compatible = "simple-bus";
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <2>;
|
#size-cells = <2>;
|
||||||
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
|
ranges = <0x00 0x28380000 0x00 0x28380000 0x00 0x03880000>;
|
||||||
@ -637,4 +637,11 @@
|
|||||||
power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
|
power-domains = <&k3_pds 154 TI_SCI_PD_EXCLUSIVE>;
|
||||||
#thermal-sensor-cells = <1>;
|
#thermal-sensor-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mcu_esm: esm@40800000 {
|
||||||
|
compatible = "ti,j721e-esm";
|
||||||
|
reg = <0x00 0x40800000 0x00 0x1000>;
|
||||||
|
ti,esm-pins = <95>;
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user