Deleted Added
full compact
wandboard-dual.dts (266251) wandboard-dual.dts (273661)
1/*
2 * Copyright (c) 2013 Ian Lepore
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * Wandboard Dual.
27 *
1/*
2 * Copyright (c) 2013 Ian Lepore
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24 * SUCH DAMAGE.
25 *
26 * Wandboard Dual.
27 *
28 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts 262614 2014-02-28 18:29:09Z imp $
28 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/wandboard-dual.dts 273661 2014-10-26 02:37:42Z 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 */
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// iomux@73fa8000 { status = "disabled"; };
48// gpio@0209C000 { status = "disabled"; };
49// gpio@020A0000 { status = "disabled"; };
50// gpio@020A4000 { status = "disabled"; };
51// gpio@020A8000 { status = "disabled"; };
47 iomux@020e0000 { status = "disabled"; };
48 gpio@0209c000 { status = "okay"; };
49 gpio@020a0000 { status = "okay"; };
50 gpio@020a4000 { status = "okay"; };
51 gpio@020a8000 { status = "okay"; };
52 gpio@020aC000 { status = "okay"; };
53 gpio@020b0000 { status = "okay"; };
54 gpio@020b4000 { status = "okay"; };
52 console:serial@02020000 { status = "okay"; };
53 serial@021e8000 { status = "disabled"; };
54 serial@021ec000 { status = "disabled"; };
55 serial@021f0000 { status = "disabled"; };
56 serial@021f4000 { status = "disabled"; };
57 usbphy@020c9000 { status = "okay"; };
58 usbphy@020ca000 { status = "okay"; };
59 };
60 aips@02100000 { /* AIPS2 */
55 console:serial@02020000 { status = "okay"; };
56 serial@021e8000 { status = "disabled"; };
57 serial@021ec000 { status = "disabled"; };
58 serial@021f0000 { status = "disabled"; };
59 serial@021f4000 { status = "disabled"; };
60 usbphy@020c9000 { status = "okay"; };
61 usbphy@020ca000 { status = "okay"; };
62 };
63 aips@02100000 { /* AIPS2 */
61 ethernet@02188000 {
64 ethernet@02188000 {
62 status = "okay";
63 phy-mode = "rgmii";
64 phy-disable-preamble;
65 };
66 usb@02184000 { status = "okay"; };
67 usb@02184200 { status = "okay"; };
68 usb@02184400 { status = "disabled"; };
69 usb@02184600 { status = "disabled"; };

--- 12 unchanged lines hidden ---
65 status = "okay";
66 phy-mode = "rgmii";
67 phy-disable-preamble;
68 };
69 usb@02184000 { status = "okay"; };
70 usb@02184200 { status = "okay"; };
71 usb@02184400 { status = "disabled"; };
72 usb@02184600 { status = "disabled"; };

--- 12 unchanged lines hidden ---