|
40 | 40 | };
|
41 | 41 | };
|
42 | 42 |
|
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 |
| - |
54 | 43 | main_gpio_intr: interrupt-controller0 {
|
55 | 44 | compatible = "ti,sci-intr";
|
56 | 45 | ti,intr-trigger-type = <1>;
|
|
91 | 80 | ti,sci-rm-range-global-event = <0xd>;
|
92 | 81 | };
|
93 | 82 |
|
| 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 | + |
94 | 104 | hwspinlock: spinlock@30e00000 {
|
95 | 105 | compatible = "ti,am654-hwspinlock";
|
96 | 106 | reg = <0x00 0x30e00000 0x00 0x1000>;
|
|
206 | 216 | };
|
207 | 217 | };
|
208 | 218 |
|
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 |
| - |
220 | 219 | main_pmx0: pinmux@11c000 {
|
221 | 220 | compatible = "pinctrl-single";
|
222 | 221 | /* Proxy 0 addressing */
|
|
0 commit comments