0001 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
0002 /*
0003 * QorIQ BMan Portals device tree
0004 *
0005 * Copyright 2011-2016 Freescale Semiconductor Inc.
0006 *
0007 */
0008
0009 &bportals {
0010 #address-cells = <1>;
0011 #size-cells = <1>;
0012 compatible = "simple-bus";
0013
0014 bman-portal@0 {
0015 /*
0016 * bootloader fix-ups are expected to provide the
0017 * "fsl,bman-portal-<hardware revision>" compatible
0018 */
0019 compatible = "fsl,bman-portal";
0020 reg = <0x0 0x4000>, <0x4000000 0x4000>;
0021 interrupts = <GIC_SPI 173 IRQ_TYPE_LEVEL_HIGH>;
0022 };
0023
0024 bman-portal@10000 {
0025 compatible = "fsl,bman-portal";
0026 reg = <0x10000 0x4000>, <0x4010000 0x4000>;
0027 interrupts = <GIC_SPI 175 IRQ_TYPE_LEVEL_HIGH>;
0028 };
0029
0030 bman-portal@20000 {
0031 compatible = "fsl,bman-portal";
0032 reg = <0x20000 0x4000>, <0x4020000 0x4000>;
0033 interrupts = <GIC_SPI 177 IRQ_TYPE_LEVEL_HIGH>;
0034 };
0035
0036 bman-portal@30000 {
0037 compatible = "fsl,bman-portal";
0038 reg = <0x30000 0x4000>, <0x4030000 0x4000>;
0039 interrupts = <GIC_SPI 179 IRQ_TYPE_LEVEL_HIGH>;
0040 };
0041
0042 bman-portal@40000 {
0043 compatible = "fsl,bman-portal";
0044 reg = <0x40000 0x4000>, <0x4040000 0x4000>;
0045 interrupts = <GIC_SPI 181 IRQ_TYPE_LEVEL_HIGH>;
0046 };
0047
0048 bman-portal@50000 {
0049 compatible = "fsl,bman-portal";
0050 reg = <0x50000 0x4000>, <0x4050000 0x4000>;
0051 interrupts = <GIC_SPI 183 IRQ_TYPE_LEVEL_HIGH>;
0052 };
0053
0054 bman-portal@60000 {
0055 compatible = "fsl,bman-portal";
0056 reg = <0x60000 0x4000>, <0x4060000 0x4000>;
0057 interrupts = <GIC_SPI 185 IRQ_TYPE_LEVEL_HIGH>;
0058 };
0059
0060 bman-portal@70000 {
0061 compatible = "fsl,bman-portal";
0062 reg = <0x70000 0x4000>, <0x4070000 0x4000>;
0063 interrupts = <GIC_SPI 187 IRQ_TYPE_LEVEL_HIGH>;
0064 };
0065
0066 bman-portal@80000 {
0067 compatible = "fsl,bman-portal";
0068 reg = <0x80000 0x4000>, <0x4080000 0x4000>;
0069 interrupts = <GIC_SPI 189 IRQ_TYPE_LEVEL_HIGH>;
0070 };
0071
0072 bman-portal@90000 {
0073 compatible = "fsl,bman-portal";
0074 reg = <0x90000 0x4000>, <0x4090000 0x4000>;
0075 interrupts = <GIC_SPI 191 IRQ_TYPE_LEVEL_HIGH>;
0076 };
0077 };