xref: /freebsd/sys/contrib/device-tree/src/powerpc/fsl/t1042rdb_pi.dts (revision 7d0873ebb83b19ba1e8a89e679470d885efe12e3)
1c66ec88fSEmmanuel Vadot/*
2c66ec88fSEmmanuel Vadot * T1042RDB_PI Device Tree Source
3c66ec88fSEmmanuel Vadot *
4c66ec88fSEmmanuel Vadot * Copyright 2014 - 2015 Freescale Semiconductor Inc.
5c66ec88fSEmmanuel Vadot *
6c66ec88fSEmmanuel Vadot * Redistribution and use in source and binary forms, with or without
7c66ec88fSEmmanuel Vadot * modification, are permitted provided that the following conditions are met:
8c66ec88fSEmmanuel Vadot *     * Redistributions of source code must retain the above copyright
9c66ec88fSEmmanuel Vadot *	 notice, this list of conditions and the following disclaimer.
10c66ec88fSEmmanuel Vadot *     * Redistributions in binary form must reproduce the above copyright
11c66ec88fSEmmanuel Vadot *	 notice, this list of conditions and the following disclaimer in the
12c66ec88fSEmmanuel Vadot *	 documentation and/or other materials provided with the distribution.
13c66ec88fSEmmanuel Vadot *     * Neither the name of Freescale Semiconductor nor the
14c66ec88fSEmmanuel Vadot *	 names of its contributors may be used to endorse or promote products
15c66ec88fSEmmanuel Vadot *	 derived from this software without specific prior written permission.
16c66ec88fSEmmanuel Vadot *
17c66ec88fSEmmanuel Vadot *
18c66ec88fSEmmanuel Vadot * ALTERNATIVELY, this software may be distributed under the terms of the
19c66ec88fSEmmanuel Vadot * GNU General Public License ("GPL") as published by the Free Software
20c66ec88fSEmmanuel Vadot * Foundation, either version 2 of that License or (at your option) any
21c66ec88fSEmmanuel Vadot * later version.
22c66ec88fSEmmanuel Vadot *
23c66ec88fSEmmanuel Vadot * THIS SOFTWARE IS PROVIDED BY Freescale Semiconductor "AS IS" AND ANY
24c66ec88fSEmmanuel Vadot * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
25c66ec88fSEmmanuel Vadot * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
26c66ec88fSEmmanuel Vadot * DISCLAIMED. IN NO EVENT SHALL Freescale Semiconductor BE LIABLE FOR ANY
27c66ec88fSEmmanuel Vadot * DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
28c66ec88fSEmmanuel Vadot * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
29c66ec88fSEmmanuel Vadot * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
30c66ec88fSEmmanuel Vadot * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31c66ec88fSEmmanuel Vadot * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
32c66ec88fSEmmanuel Vadot * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33c66ec88fSEmmanuel Vadot */
34c66ec88fSEmmanuel Vadot
35c66ec88fSEmmanuel Vadot/include/ "t104xsi-pre.dtsi"
36c66ec88fSEmmanuel Vadot/include/ "t104xrdb.dtsi"
37c66ec88fSEmmanuel Vadot
38c66ec88fSEmmanuel Vadot/ {
39c66ec88fSEmmanuel Vadot	model = "fsl,T1042RDB_PI";
40c66ec88fSEmmanuel Vadot	compatible = "fsl,T1042RDB_PI";
41c66ec88fSEmmanuel Vadot
42c66ec88fSEmmanuel Vadot	ifc: localbus@ffe124000 {
43c66ec88fSEmmanuel Vadot		cpld@3,0 {
44*7d0873ebSEmmanuel Vadot			compatible = "fsl,t104xrdb-cpld", "fsl,deepsleep-cpld";
45c66ec88fSEmmanuel Vadot		};
46c66ec88fSEmmanuel Vadot	};
47c66ec88fSEmmanuel Vadot
48c66ec88fSEmmanuel Vadot	soc: soc@ffe000000 {
49c66ec88fSEmmanuel Vadot		i2c@118000 {
50c66ec88fSEmmanuel Vadot			rtc@68 {
51c66ec88fSEmmanuel Vadot				compatible = "dallas,ds1337";
52c66ec88fSEmmanuel Vadot				reg = <0x68>;
53c66ec88fSEmmanuel Vadot				interrupts = <0x2 0x1 0 0>;
54c66ec88fSEmmanuel Vadot			};
55c66ec88fSEmmanuel Vadot		};
56c66ec88fSEmmanuel Vadot
57c66ec88fSEmmanuel Vadot		fman@400000 {
58c66ec88fSEmmanuel Vadot			ethernet@e0000 {
59c66ec88fSEmmanuel Vadot				status = "disabled";
60c66ec88fSEmmanuel Vadot			};
61c66ec88fSEmmanuel Vadot
62c66ec88fSEmmanuel Vadot			ethernet@e2000 {
63c66ec88fSEmmanuel Vadot				status = "disabled";
64c66ec88fSEmmanuel Vadot			};
65c66ec88fSEmmanuel Vadot
66c66ec88fSEmmanuel Vadot			ethernet@e4000 {
67c66ec88fSEmmanuel Vadot				status = "disabled";
68c66ec88fSEmmanuel Vadot			};
69c66ec88fSEmmanuel Vadot		};
70c66ec88fSEmmanuel Vadot	};
71c66ec88fSEmmanuel Vadot};
72c66ec88fSEmmanuel Vadot
73c66ec88fSEmmanuel Vadot#include "t1042si-post.dtsi"
74