diff options
Diffstat (limited to 'roms/u-boot/arch/powerpc/dts/qoriq-qman3.dtsi')
-rw-r--r-- | roms/u-boot/arch/powerpc/dts/qoriq-qman3.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/roms/u-boot/arch/powerpc/dts/qoriq-qman3.dtsi b/roms/u-boot/arch/powerpc/dts/qoriq-qman3.dtsi new file mode 100644 index 000000000..b1f8a777a --- /dev/null +++ b/roms/u-boot/arch/powerpc/dts/qoriq-qman3.dtsi @@ -0,0 +1,14 @@ +// SPDX-License-Identifier: GPL-2.0-or-later +/* + * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ] + * + * Copyright 2014 Freescale Semiconductor Inc. + */ + +qman: qman@318000 { + compatible = "fsl,qman"; + reg = <0x318000 0x2000>; + interrupts = <16 2 1 3>; + fsl,qman-portals = <&qportals>; + memory-region = <&qman_fqd &qman_pfdr>; +}; |