Deleted Added
full compact
cubieboard.dts (266251) cubieboard.dts (266274)
1/*-
2 * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold@gmail.com>
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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 *
1/*-
2 * Copyright (c) 2012 Ganbold Tsagaankhuu <ganbold@gmail.com>
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

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

18 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
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 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/cubieboard.dts 262614 2014-02-28 18:29:09Z imp $
26 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/cubieboard.dts 266274 2014-05-16 23:27:18Z ian $
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard";
33 compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
34 #address-cells = <1>;

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

56 AINTC: interrupt-controller@01c20400 {
57 compatible = "allwinner,sun4i-ic";
58 interrupt-controller;
59 #address-cells = <0>;
60 #interrupt-cells = <1>;
61 reg = < 0x01c20400 0x400 >;
62 };
63
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard";
33 compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
34 #address-cells = <1>;

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

56 AINTC: interrupt-controller@01c20400 {
57 compatible = "allwinner,sun4i-ic";
58 interrupt-controller;
59 #address-cells = <0>;
60 #interrupt-cells = <1>;
61 reg = < 0x01c20400 0x400 >;
62 };
63
64 sramc@01c00000 {
65 compatible = "allwinner,sun4i-sramc";
66 #address-cells = <1>;
67 #size-cells = <1>;
68 reg = < 0x01c00000 0x1000 >;
69 };
70
64 ccm@01c20000 {
65 compatible = "allwinner,sun4i-ccm";
66 #address-cells = <1>;
67 #size-cells = <1>;
68 reg = < 0x01c20000 0x400 >;
69 };
70
71 timer@01c20c00 {

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

119 reg-shift = <2>;
120 interrupts = <1>;
121 interrupt-parent = <&AINTC>;
122 current-speed = <115200>;
123 clock-frequency = < 24000000 >;
124 busy-detect = <1>;
125 broken-txfifo = <1>;
126 };
71 ccm@01c20000 {
72 compatible = "allwinner,sun4i-ccm";
73 #address-cells = <1>;
74 #size-cells = <1>;
75 reg = < 0x01c20000 0x400 >;
76 };
77
78 timer@01c20c00 {

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

126 reg-shift = <2>;
127 interrupts = <1>;
128 interrupt-parent = <&AINTC>;
129 current-speed = <115200>;
130 clock-frequency = < 24000000 >;
131 busy-detect = <1>;
132 broken-txfifo = <1>;
133 };
134
135 emac@01c0b000 {
136 compatible = "allwinner,sun4i-emac";
137 reg = <0x01c0b000 0x1000>;
138 interrupts = <55>;
139 interrupt-parent = <&AINTC>;
140 };
127 };
128
129 chosen {
130 bootargs = "-v";
131 stdin = "UART0";
132 stdout = "UART0";
133 };
134};
135
141 };
142
143 chosen {
144 bootargs = "-v";
145 stdin = "UART0";
146 stdout = "UART0";
147 };
148};
149