1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * QorIQ QMan rev3 device tree stub [ controller @ offset 0x318000 ] 4 * 5 * Copyright 2014 Freescale Semiconductor Inc. 6 */ 7 8qman: qman@318000 { 9 compatible = "fsl,qman"; 10 reg = <0x318000 0x2000>; 11 interrupts = <16 2 1 3>; 12 fsl,qman-portals = <&qportals>; 13 memory-region = <&qman_fqd &qman_pfdr>; 14}; 15