139b55b53SKumar Gala/*
239b55b53SKumar Gala * QorIQ BMan device tree stub [ controller @ offset 0x31a000 ]
339b55b53SKumar Gala *
439b55b53SKumar Gala * Copyright 2011 - 2014 Freescale Semiconductor Inc.
539b55b53SKumar Gala *
639b55b53SKumar Gala * Redistribution and use in source and binary forms, with or without
739b55b53SKumar Gala * modification, are permitted provided that the following conditions are met:
839b55b53SKumar Gala *     * Redistributions of source code must retain the above copyright
939b55b53SKumar Gala *	 notice, this list of conditions and the following disclaimer.
1039b55b53SKumar Gala *     * Redistributions in binary form must reproduce the above copyright
1139b55b53SKumar Gala *	 notice, this list of conditions and the following disclaimer in the
1239b55b53SKumar Gala *	 documentation and/or other materials provided with the distribution.
1339b55b53SKumar Gala *     * Neither the name of Freescale Semiconductor nor the
1439b55b53SKumar Gala *	 names of its contributors may be used to endorse or promote products
1539b55b53SKumar Gala *	 derived from this software without specific prior written permission.
1639b55b53SKumar Gala *
1739b55b53SKumar Gala *
1839b55b53SKumar Gala * ALTERNATIVELY, this software may be distributed under the terms of the
1939b55b53SKumar Gala * GNU General Public License ("GPL") as published by the Free Software
2039b55b53SKumar Gala * Foundation, either version 2 of that License or (at your option) any
2139b55b53SKumar Gala * later version.
2239b55b53SKumar Gala *
2339b55b53SKumar Gala * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
2439b55b53SKumar Gala * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
2539b55b53SKumar Gala * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
2639b55b53SKumar Gala * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
2739b55b53SKumar Gala * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
2839b55b53SKumar Gala * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
2939b55b53SKumar Gala * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
3039b55b53SKumar Gala * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
3139b55b53SKumar Gala * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
3239b55b53SKumar Gala * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3339b55b53SKumar Gala */
3439b55b53SKumar Gala
3539b55b53SKumar Galabman: bman@31a000 {
3639b55b53SKumar Gala	compatible = "fsl,bman";
3739b55b53SKumar Gala	reg = <0x31a000 0x1000>;
3839b55b53SKumar Gala	interrupts = <16 2 1 2>;
3939b55b53SKumar Gala	fsl,bman-portals = <&bportals>;
4039b55b53SKumar Gala	memory-region = <&bman_fbpr>;
4139b55b53SKumar Gala};
42