1257486Sian/*
2257486Sian * Copyright (c) 2013 Ian Lepore
3257486Sian * All rights reserved.
4257486Sian *
5257486Sian * Redistribution and use in source and binary forms, with or without
6257486Sian * modification, are permitted provided that the following conditions
7257486Sian * are met:
8257486Sian * 1. Redistributions of source code must retain the above copyright
9257486Sian *    notice, this list of conditions and the following disclaimer.
10257486Sian * 2. Redistributions in binary form must reproduce the above copyright
11257486Sian *    notice, this list of conditions and the following disclaimer in the
12257486Sian *    documentation and/or other materials provided with the distribution.
13257486Sian *
14257486Sian * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15257486Sian * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16257486Sian * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17257486Sian * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18257486Sian * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19257486Sian * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20257486Sian * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21257486Sian * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22257486Sian * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23257486Sian * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24257486Sian * SUCH DAMAGE.
25257486Sian *
26257486Sian * Wandboard Solo.
27257486Sian *
28257486Sian * $FreeBSD: releng/10.3/sys/boot/fdt/dts/arm/wandboard-solo.dts 274269 2014-11-08 04:18:33Z ian $
29257486Sian */
30257486Sian
31257486Sian/dts-v1/;
32257486Sian/include/ "imx6.dtsi"
33257486Sian
34257486Sian/ {
35257486Sian	#address-cells = <1>;
36257486Sian	#size-cells = <1>;
37257486Sian
38257486Sian	model = "Wandboard Solo";
39257486Sian	compatible = "wand,imx6s-wandboard", "fsl,imx6s";
40257486Sian
41257486Sian	memory {
42257486Sian		reg = <0x10000000 0x20000000>; /* RAM 512M */
43257486Sian	};
44257486Sian
45257486Sian	SOC: soc@00000000 {
46257486Sian		aips@02000000 { /* AIPS1 */
47273661Sian			gpio@0209c000		{ status = "okay"; };
48273661Sian			gpio@020a0000		{ status = "okay"; };
49273661Sian			gpio@020a4000		{ status = "okay"; };
50273661Sian			gpio@020a8000		{ status = "okay"; };
51274269Sian			gpio@020ac000		{ status = "okay"; };
52273661Sian			gpio@020b0000		{ status = "okay"; };
53273661Sian			gpio@020b4000		{ status = "okay"; };
54257486Sian			console:serial@02020000 { status = "okay"; };
55257486Sian			serial@021e8000		{ status = "disabled"; };
56257486Sian			serial@021ec000		{ status = "disabled"; };
57257486Sian			serial@021f0000		{ status = "disabled"; };
58257486Sian			serial@021f4000		{ status = "disabled"; };
59257486Sian			usbphy@020c9000		{ status = "okay"; };
60257486Sian			usbphy@020ca000		{ status = "okay"; };
61257486Sian		};
62257486Sian		aips@02100000 { /* AIPS2 */
63273661Sian			ethernet@02188000	{
64257486Sian				status = "okay";
65257486Sian				phy-mode = "rgmii";
66257486Sian				phy-disable-preamble;
67257486Sian			};
68257486Sian			usb@02184000		{ status = "okay"; };
69257486Sian			usb@02184200		{ status = "okay"; };
70257486Sian			usb@02184400		{ status = "disabled"; };
71257486Sian			usb@02184600		{ status = "disabled"; };
72261818Sian			usdhc@02190000		{ status = "okay"; };
73261818Sian			usdhc@02194000		{ status = "disabled"; };
74257486Sian			usdhc@02198000		{ status = "okay"; };
75257486Sian			usdhc@0219c000		{ status = "disabled"; };
76257486Sian		};
77257486Sian	};
78257486Sian
79257486Sian	chosen {
80257486Sian		stdin = &console;
81257486Sian		stdout = &console;
82257486Sian	};
83257486Sian};
84