Skip to content

Commit 515c034

Browse files
Peter UjfalusiTero Kristo
authored andcommitted
arm64: dts: ti: k3-j721e-main: Move secure proxy and smmu under main_navss
Secure proxy (NAVSS0_SEC_PROXY0) and smmu (NAVSS0_TCU) is part of the Navigator Subsystem. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Lokesh Vutla <[email protected]> Signed-off-by: Tero Kristo <[email protected]>
1 parent ab641f2 commit 515c034

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

arch/arm64/boot/dts/ti/k3-j721e-main.dtsi

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,6 @@
4040
};
4141
};
4242

43-
smmu0: smmu@36600000 {
44-
compatible = "arm,smmu-v3";
45-
reg = <0x0 0x36600000 0x0 0x100000>;
46-
power-domains = <&k3_pds 229 TI_SCI_PD_EXCLUSIVE>;
47-
interrupt-parent = <&gic500>;
48-
interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>,
49-
<GIC_SPI 768 IRQ_TYPE_EDGE_RISING>;
50-
interrupt-names = "eventq", "gerror";
51-
#iommu-cells = <1>;
52-
};
53-
5443
main_gpio_intr: interrupt-controller0 {
5544
compatible = "ti,sci-intr";
5645
ti,intr-trigger-type = <1>;
@@ -91,6 +80,27 @@
9180
ti,sci-rm-range-global-event = <0xd>;
9281
};
9382

83+
secure_proxy_main: mailbox@32c00000 {
84+
compatible = "ti,am654-secure-proxy";
85+
#mbox-cells = <1>;
86+
reg-names = "target_data", "rt", "scfg";
87+
reg = <0x00 0x32c00000 0x00 0x100000>,
88+
<0x00 0x32400000 0x00 0x100000>,
89+
<0x00 0x32800000 0x00 0x100000>;
90+
interrupt-names = "rx_011";
91+
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
92+
};
93+
94+
smmu0: smmu@36600000 {
95+
compatible = "arm,smmu-v3";
96+
reg = <0x0 0x36600000 0x0 0x100000>;
97+
interrupt-parent = <&gic500>;
98+
interrupts = <GIC_SPI 772 IRQ_TYPE_EDGE_RISING>,
99+
<GIC_SPI 768 IRQ_TYPE_EDGE_RISING>;
100+
interrupt-names = "eventq", "gerror";
101+
#iommu-cells = <1>;
102+
};
103+
94104
hwspinlock: spinlock@30e00000 {
95105
compatible = "ti,am654-hwspinlock";
96106
reg = <0x00 0x30e00000 0x00 0x1000>;
@@ -206,17 +216,6 @@
206216
};
207217
};
208218

209-
secure_proxy_main: mailbox@32c00000 {
210-
compatible = "ti,am654-secure-proxy";
211-
#mbox-cells = <1>;
212-
reg-names = "target_data", "rt", "scfg";
213-
reg = <0x00 0x32c00000 0x00 0x100000>,
214-
<0x00 0x32400000 0x00 0x100000>,
215-
<0x00 0x32800000 0x00 0x100000>;
216-
interrupt-names = "rx_011";
217-
interrupts = <GIC_SPI 37 IRQ_TYPE_LEVEL_HIGH>;
218-
};
219-
220219
main_pmx0: pinmux@11c000 {
221220
compatible = "pinctrl-single";
222221
/* Proxy 0 addressing */

0 commit comments

Comments
 (0)