summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
diff options
context:
space:
mode:
authorMadalin Bucur <madalin.bucur@nxp.com>2017-05-10 14:35:55 (GMT)
committerXie Xiaobo <xiaobo.xie@nxp.com>2017-07-14 09:57:29 (GMT)
commit045691fdab79ba05888ca9f5dac1a277f0caa11f (patch)
tree184797578e6c6e70546eb23da3c0fad4cdb2220b /arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
parent2406070c5adeede49590605035e78c6877c52d4d (diff)
downloadlinux-045691fdab79ba05888ca9f5dac1a277f0caa11f.tar.xz
dts: SDK QBMan nodes
Signed-off-by: Madalin Bucur <madalin.bucur@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi')
-rw-r--r--arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi b/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
index b007344..14680ad 100644
--- a/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
+++ b/arch/arm64/boot/dts/freescale/qoriq-bman1-portals.dtsi
@@ -12,56 +12,70 @@
compatible = "simple-bus";
bman-portal@0 {
+ cell-index = <0>;
compatible = "fsl,bman-portal";
reg = <0x0 0x4000 0x4000000 0x4000>;
interrupts = <0 173 0x4>;
};
bman-portal@10000 {
+ cell-index = <1>;
compatible = "fsl,bman-portal";
reg = <0x10000 0x4000 0x4010000 0x4000>;
interrupts = <0 175 0x4>;
};
bman-portal@20000 {
+ cell-index = <2>;
compatible = "fsl,bman-portal";
reg = <0x20000 0x4000 0x4020000 0x4000>;
interrupts = <0 177 0x4>;
};
bman-portal@30000 {
+ cell-index = <3>;
compatible = "fsl,bman-portal";
reg = <0x30000 0x4000 0x4030000 0x4000>;
interrupts = <0 179 0x4>;
};
bman-portal@40000 {
+ cell-index = <4>;
compatible = "fsl,bman-portal";
reg = <0x40000 0x4000 0x4040000 0x4000>;
interrupts = <0 181 0x4>;
};
bman-portal@50000 {
+ cell-index = <5>;
compatible = "fsl,bman-portal";
reg = <0x50000 0x4000 0x4050000 0x4000>;
interrupts = <0 183 0x4>;
};
bman-portal@60000 {
+ cell-index = <6>;
compatible = "fsl,bman-portal";
reg = <0x60000 0x4000 0x4060000 0x4000>;
interrupts = <0 185 0x4>;
};
bman-portal@70000 {
+ cell-index = <7>;
compatible = "fsl,bman-portal";
reg = <0x70000 0x4000 0x4070000 0x4000>;
interrupts = <0 187 0x4>;
};
bman-portal@80000 {
+ cell-index = <8>;
compatible = "fsl,bman-portal";
reg = <0x80000 0x4000 0x4080000 0x4000>;
interrupts = <0 189 0x4>;
};
+
+ bman-bpids@0 {
+ compatible = "fsl,bpid-range";
+ fsl,bpid-range = <32 32>;
+ };
};