arm64: dts: Add DPAA QBMan portal 9
ARM DPAA1 (LS1043 and LS1046) have 10 QBMan portals (indexed 0-9) Enable the one that is missing in the device trees. Signed-off-by: Roy Pledge <roy.pledge@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
cc223282a4
commit
b3a151ce1b
@ -68,4 +68,10 @@
|
|||||||
reg = <0x80000 0x4000>, <0x4080000 0x4000>;
|
reg = <0x80000 0x4000>, <0x4080000 0x4000>;
|
||||||
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bman-portal@90000 {
|
||||||
|
compatible = "fsl,bman-portal";
|
||||||
|
reg = <0x90000 0x4000>, <0x4090000 0x4000>;
|
||||||
|
interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
@ -77,4 +77,11 @@
|
|||||||
interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 188 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
cell-index = <8>;
|
cell-index = <8>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qportal9: qman-portal@90000 {
|
||||||
|
compatible = "fsl,qman-portal";
|
||||||
|
reg = <0x90000 0x4000>, <0x4090000 0x4000>;
|
||||||
|
interrupts = <GIC_SPI 190 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
cell-index = <9>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user