|
998 | 998 | status = "okay"; |
999 | 999 | }; |
1000 | 1000 |
|
| 1001 | + sce-fabric@b600000 { |
| 1002 | + compatible = "nvidia,tegra234-sce-fabric"; |
| 1003 | + reg = <0xb600000 0x40000>; |
| 1004 | + interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>; |
| 1005 | + status = "okay"; |
| 1006 | + }; |
| 1007 | + |
| 1008 | + rce-fabric@be00000 { |
| 1009 | + compatible = "nvidia,tegra234-rce-fabric"; |
| 1010 | + reg = <0xbe00000 0x40000>; |
| 1011 | + interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>; |
| 1012 | + status = "okay"; |
| 1013 | + }; |
| 1014 | + |
1001 | 1015 | hsp_aon: hsp@c150000 { |
1002 | 1016 | compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp"; |
1003 | 1017 | reg = <0x0c150000 0x90000>; |
|
1082 | 1096 | interrupt-controller; |
1083 | 1097 | }; |
1084 | 1098 |
|
| 1099 | + aon-fabric@c600000 { |
| 1100 | + compatible = "nvidia,tegra234-aon-fabric"; |
| 1101 | + reg = <0xc600000 0x40000>; |
| 1102 | + interrupts = <GIC_SPI 172 IRQ_TYPE_LEVEL_HIGH>; |
| 1103 | + status = "okay"; |
| 1104 | + }; |
| 1105 | + |
| 1106 | + bpmp-fabric@d600000 { |
| 1107 | + compatible = "nvidia,tegra234-bpmp-fabric"; |
| 1108 | + reg = <0xd600000 0x40000>; |
| 1109 | + interrupts = <GIC_SPI 174 IRQ_TYPE_LEVEL_HIGH>; |
| 1110 | + status = "okay"; |
| 1111 | + }; |
| 1112 | + |
| 1113 | + dce-fabric@de00000 { |
| 1114 | + compatible = "nvidia,tegra234-sce-fabric"; |
| 1115 | + reg = <0xde00000 0x40000>; |
| 1116 | + interrupts = <GIC_SPI 381 IRQ_TYPE_LEVEL_HIGH>; |
| 1117 | + status = "okay"; |
| 1118 | + }; |
| 1119 | + |
1085 | 1120 | gic: interrupt-controller@f400000 { |
1086 | 1121 | compatible = "arm,gic-v3"; |
1087 | 1122 | reg = <0x0f400000 0x010000>, /* GICD */ |
|
1375 | 1410 | nvidia,memory-controller = <&mc>; |
1376 | 1411 | status = "okay"; |
1377 | 1412 | }; |
| 1413 | + |
| 1414 | + cbb-fabric@13a00000 { |
| 1415 | + compatible = "nvidia,tegra234-cbb-fabric"; |
| 1416 | + reg = <0x13a00000 0x400000>; |
| 1417 | + interrupts = <GIC_SPI 231 IRQ_TYPE_LEVEL_HIGH>; |
| 1418 | + status = "okay"; |
| 1419 | + }; |
1378 | 1420 | }; |
1379 | 1421 |
|
1380 | 1422 | ccplex@e000000 { |
|
0 commit comments