1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * QorIQ BMan device tree stub [ controller @ offset 0x31a000 ]
4 *
5 * Copyright 2011 - 2014 Freescale Semiconductor Inc.
6 */
7
8bman: bman@31a000 {
9	compatible = "fsl,bman";
10	reg = <0x31a000 0x1000>;
11	interrupts = <16 2 1 2>;
12	fsl,bman-portals = <&bportals>;
13	memory-region = <&bman_fbpr>;
14};
15