xref: /linux/scripts/dtc/include-prefixes/powerpc/fsl/qoriq-fman-1-10g-0.dtsi (revision e5451c8f8330e03ad3cfa16048b4daf961af434f)
1*d55ad296SIgal Liberman/*
2*d55ad296SIgal Liberman * QorIQ FMan 10g port #0 device tree stub [ controller @ offset 0x500000 ]
3*d55ad296SIgal Liberman *
4*d55ad296SIgal Liberman * Copyright 2011 - 2015 Freescale Semiconductor Inc.
5*d55ad296SIgal Liberman *
6*d55ad296SIgal Liberman * Redistribution and use in source and binary forms, with or without
7*d55ad296SIgal Liberman * modification, are permitted provided that the following conditions are met:
8*d55ad296SIgal Liberman *     * Redistributions of source code must retain the above copyright
9*d55ad296SIgal Liberman *	 notice, this list of conditions and the following disclaimer.
10*d55ad296SIgal Liberman *     * Redistributions in binary form must reproduce the above copyright
11*d55ad296SIgal Liberman *	 notice, this list of conditions and the following disclaimer in the
12*d55ad296SIgal Liberman *	 documentation and/or other materials provided with the distribution.
13*d55ad296SIgal Liberman *     * Neither the name of Freescale Semiconductor nor the
14*d55ad296SIgal Liberman *	 names of its contributors may be used to endorse or promote products
15*d55ad296SIgal Liberman *	 derived from this software without specific prior written permission.
16*d55ad296SIgal Liberman *
17*d55ad296SIgal Liberman *
18*d55ad296SIgal Liberman * ALTERNATIVELY, this software may be distributed under the terms of the
19*d55ad296SIgal Liberman * GNU General Public License ("GPL") as published by the Free Software
20*d55ad296SIgal Liberman * Foundation, either version 2 of that License or (at your option) any
21*d55ad296SIgal Liberman * later version.
22*d55ad296SIgal Liberman *
23*d55ad296SIgal Liberman * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24*d55ad296SIgal Liberman * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25*d55ad296SIgal Liberman * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26*d55ad296SIgal Liberman * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27*d55ad296SIgal Liberman * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28*d55ad296SIgal Liberman * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29*d55ad296SIgal Liberman * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30*d55ad296SIgal Liberman * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31*d55ad296SIgal Liberman * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32*d55ad296SIgal Liberman * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*d55ad296SIgal Liberman */
34*d55ad296SIgal Liberman
35*d55ad296SIgal Libermanfman@500000 {
36*d55ad296SIgal Liberman	fman1_rx_0x10: port@90000 {
37*d55ad296SIgal Liberman		cell-index = <0x10>;
38*d55ad296SIgal Liberman		compatible = "fsl,fman-v2-port-rx";
39*d55ad296SIgal Liberman		reg = <0x90000 0x1000>;
40*d55ad296SIgal Liberman	};
41*d55ad296SIgal Liberman
42*d55ad296SIgal Liberman	fman1_tx_0x30: port@b0000 {
43*d55ad296SIgal Liberman		cell-index = <0x30>;
44*d55ad296SIgal Liberman		compatible = "fsl,fman-v2-port-tx";
45*d55ad296SIgal Liberman		reg = <0xb0000 0x1000>;
46*d55ad296SIgal Liberman	};
47*d55ad296SIgal Liberman
48*d55ad296SIgal Liberman	ethernet@f0000 {
49*d55ad296SIgal Liberman		cell-index = <0x8>;
50*d55ad296SIgal Liberman		compatible = "fsl,fman-xgec";
51*d55ad296SIgal Liberman		reg = <0xf0000 0x1000>;
52*d55ad296SIgal Liberman		fsl,fman-ports = <&fman1_rx_0x10 &fman1_tx_0x30>;
53*d55ad296SIgal Liberman	};
54*d55ad296SIgal Liberman
55*d55ad296SIgal Liberman	mdio@f1000 {
56*d55ad296SIgal Liberman		#address-cells = <1>;
57*d55ad296SIgal Liberman		#size-cells = <0>;
58*d55ad296SIgal Liberman		compatible = "fsl,fman-xmdio";
59*d55ad296SIgal Liberman		reg = <0xf1000 0x1000>;
60*d55ad296SIgal Liberman	};
61*d55ad296SIgal Liberman};
62