Skip to content

Commit 302e154

Browse files
Sumit Guptathierryreding
authored andcommitted
arm64: tegra: Add node for CBB 2.0 on Tegra234
Tegra234 uses the Control Backbone (CBB) version 2.0. Add the nodes that enable error handling from the various CBB 2.0 fabrics found on Tegra234. Signed-off-by: Sumit Gupta <sumitg@nvidia.com> Signed-off-by: Thierry Reding <treding@nvidia.com>
1 parent a47e173 commit 302e154

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

arch/arm64/boot/dts/nvidia/tegra234.dtsi

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,20 @@
998998
status = "okay";
999999
};
10001000

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+
10011015
hsp_aon: hsp@c150000 {
10021016
compatible = "nvidia,tegra234-hsp", "nvidia,tegra194-hsp";
10031017
reg = <0x0c150000 0x90000>;
@@ -1082,6 +1096,27 @@
10821096
interrupt-controller;
10831097
};
10841098

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+
10851120
gic: interrupt-controller@f400000 {
10861121
compatible = "arm,gic-v3";
10871122
reg = <0x0f400000 0x010000>, /* GICD */
@@ -1375,6 +1410,13 @@
13751410
nvidia,memory-controller = <&mc>;
13761411
status = "okay";
13771412
};
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+
};
13781420
};
13791421

13801422
ccplex@e000000 {

0 commit comments

Comments
 (0)