Niel Fourie | c1a215b | 2021-01-21 13:19:18 +0100 | [diff] [blame] | 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 | |||||
8 | bman: 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 | }; |