wandboard-dual.dts revision 274269
12138Smchung/*
22138Smchung * Copyright (c) 2013 Ian Lepore
32138Smchung * All rights reserved.
42138Smchung *
52138Smchung * Redistribution and use in source and binary forms, with or without
62138Smchung * modification, are permitted provided that the following conditions
72138Smchung * are met:
82138Smchung * 1. Redistributions of source code must retain the above copyright
92138Smchung *    notice, this list of conditions and the following disclaimer.
102138Smchung * 2. Redistributions in binary form must reproduce the above copyright
112138Smchung *    notice, this list of conditions and the following disclaimer in the
122138Smchung *    documentation and/or other materials provided with the distribution.
132138Smchung *
142138Smchung * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
152138Smchung * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
162138Smchung * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
172138Smchung * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
182138Smchung * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
192138Smchung * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
202138Smchung * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
212138Smchung * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
222138Smchung * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
232138Smchung * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
242138Smchung * SUCH DAMAGE.
252138Smchung *
262138Smchung * Wandboard Dual.
272138Smchung *
28 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts 274269 2014-11-08 04:18:33Z ian $
29 */
30
31/dts-v1/;
32/include/ "imx6.dtsi"
33
34/ {
35	#address-cells = <1>;
36	#size-cells = <1>;
37
38	model = "Wandboard Dual";
39	compatible = "wand,imx6d-wandboard", "fsl,imx6d";
40
41	memory {
42		reg = <0x10000000 0x40000000>; /* RAM 1GB */
43	};
44
45	SOC: soc@00000000 {
46		aips@02000000 { /* AIPS1 */
47			gpio@0209c000		{ status = "okay"; };
48			gpio@020a0000		{ status = "okay"; };
49			gpio@020a4000		{ status = "okay"; };
50			gpio@020a8000		{ status = "okay"; };
51			gpio@020ac000		{ status = "okay"; };
52			gpio@020b0000		{ status = "okay"; };
53			gpio@020b4000		{ status = "okay"; };
54			console:serial@02020000 { status = "okay"; };
55			serial@021e8000		{ status = "disabled"; };
56			serial@021ec000		{ status = "disabled"; };
57			serial@021f0000		{ status = "disabled"; };
58			serial@021f4000		{ status = "disabled"; };
59			usbphy@020c9000		{ status = "okay"; };
60			usbphy@020ca000		{ status = "okay"; };
61		};
62		aips@02100000 { /* AIPS2 */
63			ethernet@02188000	{
64				status = "okay";
65				phy-mode = "rgmii";
66				phy-disable-preamble;
67			};
68			usb@02184000		{ status = "okay"; };
69			usb@02184200		{ status = "okay"; };
70			usb@02184400		{ status = "disabled"; };
71			usb@02184600		{ status = "disabled"; };
72			usdhc@02190000		{ status = "okay"; };
73			usdhc@02194000		{ status = "disabled"; };
74			usdhc@02198000		{ status = "okay"; };
75			usdhc@0219c000		{ status = "disabled"; };
76		};
77	};
78
79	chosen {
80		stdin = &console;
81		stdout = &console;
82	};
83};
84