blob: d6164bac8ac7646aa05d90388b9b7563fd8a2fcc [file] [log] [blame]
Niel Fouriec1a215b2021-01-21 13:19:18 +01001// 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};