xref: /OK3568_Linux_fs/kernel/arch/powerpc/boot/dts/fsl/qoriq-fman3-0.dtsi (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyun/*
2*4882a593Smuzhiyun * QorIQ FMan v3 device tree stub [ controller @ offset 0x400000 ]
3*4882a593Smuzhiyun *
4*4882a593Smuzhiyun * Copyright 2012 - 2015 Freescale Semiconductor Inc.
5*4882a593Smuzhiyun *
6*4882a593Smuzhiyun * Redistribution and use in source and binary forms, with or without
7*4882a593Smuzhiyun * modification, are permitted provided that the following conditions are met:
8*4882a593Smuzhiyun *     * Redistributions of source code must retain the above copyright
9*4882a593Smuzhiyun *	 notice, this list of conditions and the following disclaimer.
10*4882a593Smuzhiyun *     * Redistributions in binary form must reproduce the above copyright
11*4882a593Smuzhiyun *	 notice, this list of conditions and the following disclaimer in the
12*4882a593Smuzhiyun *	 documentation and/or other materials provided with the distribution.
13*4882a593Smuzhiyun *     * Neither the name of Freescale Semiconductor nor the
14*4882a593Smuzhiyun *	 names of its contributors may be used to endorse or promote products
15*4882a593Smuzhiyun *	 derived from this software without specific prior written permission.
16*4882a593Smuzhiyun *
17*4882a593Smuzhiyun *
18*4882a593Smuzhiyun * ALTERNATIVELY, this software may be distributed under the terms of the
19*4882a593Smuzhiyun * GNU General Public License ("GPL") as published by the Free Software
20*4882a593Smuzhiyun * Foundation, either version 2 of that License or (at your option) any
21*4882a593Smuzhiyun * later version.
22*4882a593Smuzhiyun *
23*4882a593Smuzhiyun * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor ``AS IS'' AND ANY
24*4882a593Smuzhiyun * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25*4882a593Smuzhiyun * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26*4882a593Smuzhiyun * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27*4882a593Smuzhiyun * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28*4882a593Smuzhiyun * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29*4882a593Smuzhiyun * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30*4882a593Smuzhiyun * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31*4882a593Smuzhiyun * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32*4882a593Smuzhiyun * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33*4882a593Smuzhiyun */
34*4882a593Smuzhiyun
35*4882a593Smuzhiyunfman0: fman@400000 {
36*4882a593Smuzhiyun	#address-cells = <1>;
37*4882a593Smuzhiyun	#size-cells = <1>;
38*4882a593Smuzhiyun	cell-index = <0>;
39*4882a593Smuzhiyun	compatible = "fsl,fman";
40*4882a593Smuzhiyun	ranges = <0 0x400000 0xfe000>;
41*4882a593Smuzhiyun	reg = <0x400000 0xfe000>;
42*4882a593Smuzhiyun	interrupts = <96 2 0 0>, <16 2 1 1>;
43*4882a593Smuzhiyun	clocks = <&clockgen 3 0>;
44*4882a593Smuzhiyun	clock-names = "fmanclk";
45*4882a593Smuzhiyun	fsl,qman-channel-range = <0x800 0x10>;
46*4882a593Smuzhiyun	ptimer-handle = <&ptp_timer0>;
47*4882a593Smuzhiyun
48*4882a593Smuzhiyun	muram@0 {
49*4882a593Smuzhiyun		compatible = "fsl,fman-muram";
50*4882a593Smuzhiyun		reg = <0x0 0x60000>;
51*4882a593Smuzhiyun	};
52*4882a593Smuzhiyun
53*4882a593Smuzhiyun	fman0_oh_0x2: port@82000 {
54*4882a593Smuzhiyun		cell-index = <0x2>;
55*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
56*4882a593Smuzhiyun		reg = <0x82000 0x1000>;
57*4882a593Smuzhiyun	};
58*4882a593Smuzhiyun
59*4882a593Smuzhiyun	fman0_oh_0x3: port@83000 {
60*4882a593Smuzhiyun		cell-index = <0x3>;
61*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
62*4882a593Smuzhiyun		reg = <0x83000 0x1000>;
63*4882a593Smuzhiyun	};
64*4882a593Smuzhiyun
65*4882a593Smuzhiyun	fman0_oh_0x4: port@84000 {
66*4882a593Smuzhiyun		cell-index = <0x4>;
67*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
68*4882a593Smuzhiyun		reg = <0x84000 0x1000>;
69*4882a593Smuzhiyun	};
70*4882a593Smuzhiyun
71*4882a593Smuzhiyun	fman0_oh_0x5: port@85000 {
72*4882a593Smuzhiyun		cell-index = <0x5>;
73*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
74*4882a593Smuzhiyun		reg = <0x85000 0x1000>;
75*4882a593Smuzhiyun	};
76*4882a593Smuzhiyun
77*4882a593Smuzhiyun	fman0_oh_0x6: port@86000 {
78*4882a593Smuzhiyun		cell-index = <0x6>;
79*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
80*4882a593Smuzhiyun		reg = <0x86000 0x1000>;
81*4882a593Smuzhiyun	};
82*4882a593Smuzhiyun
83*4882a593Smuzhiyun	fman0_oh_0x7: port@87000 {
84*4882a593Smuzhiyun		cell-index = <0x7>;
85*4882a593Smuzhiyun		compatible = "fsl,fman-v3-port-oh";
86*4882a593Smuzhiyun		reg = <0x87000 0x1000>;
87*4882a593Smuzhiyun	};
88*4882a593Smuzhiyun
89*4882a593Smuzhiyun	mdio0: mdio@fc000 {
90*4882a593Smuzhiyun		#address-cells = <1>;
91*4882a593Smuzhiyun		#size-cells = <0>;
92*4882a593Smuzhiyun		compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
93*4882a593Smuzhiyun		reg = <0xfc000 0x1000>;
94*4882a593Smuzhiyun	};
95*4882a593Smuzhiyun
96*4882a593Smuzhiyun	xmdio0: mdio@fd000 {
97*4882a593Smuzhiyun		#address-cells = <1>;
98*4882a593Smuzhiyun		#size-cells = <0>;
99*4882a593Smuzhiyun		compatible = "fsl,fman-memac-mdio", "fsl,fman-xmdio";
100*4882a593Smuzhiyun		reg = <0xfd000 0x1000>;
101*4882a593Smuzhiyun	};
102*4882a593Smuzhiyun};
103*4882a593Smuzhiyun
104*4882a593Smuzhiyunptp_timer0: ptp-timer@4fe000 {
105*4882a593Smuzhiyun	compatible = "fsl,fman-ptp-timer";
106*4882a593Smuzhiyun	reg = <0x4fe000 0x1000>;
107*4882a593Smuzhiyun	interrupts = <96 2 0 0>;
108*4882a593Smuzhiyun	clocks = <&clockgen 3 0>;
109*4882a593Smuzhiyun};
110