Deleted Added
full compact
cubieboard2.dts (266251) cubieboard2.dts (266274)
1/*-
2 * Copyright (c) 2013 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) 2013 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/cubieboard2.dts 262614 2014-02-28 18:29:09Z imp $
26 * $FreeBSD: stable/10/sys/boot/fdt/dts/arm/cubieboard2.dts 266274 2014-05-16 23:27:18Z ian $
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard2";
33 compatible = "cubietech,a20-cubieboard", "allwinner,sun7i-a20";
34 #address-cells = <1>;

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

56 GIC: interrupt-controller@01c81000 {
57 compatible = "arm,gic";
58 reg = <0x01c81000 0x1000>, /* Distributor Registers */
59 <0x01c82000 0x0100>; /* CPU Interface Registers */
60 interrupt-controller;
61 #interrupt-cells = <1>;
62 };
63
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard2";
33 compatible = "cubietech,a20-cubieboard", "allwinner,sun7i-a20";
34 #address-cells = <1>;

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

56 GIC: interrupt-controller@01c81000 {
57 compatible = "arm,gic";
58 reg = <0x01c81000 0x1000>, /* Distributor Registers */
59 <0x01c82000 0x0100>; /* CPU Interface Registers */
60 interrupt-controller;
61 #interrupt-cells = <1>;
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 cpu-cfg@01c25c00 {
65 compatible = "allwinner,sun7i-cpu-cfg";
66 #address-cells = <1>;
67 #size-cells = <1>;
68 reg = < 0x01c25c00 0x400 >;
69 };
70
71 ccm@01c20000 {

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

125 reg-shift = <2>;
126 interrupts = <1>;
127 interrupt-parent = <&GIC>;
128 current-speed = <115200>;
129 clock-frequency = < 24000000 >;
130 busy-detect = <1>;
131 broken-txfifo = <1>;
132 };
71 cpu-cfg@01c25c00 {
72 compatible = "allwinner,sun7i-cpu-cfg";
73 #address-cells = <1>;
74 #size-cells = <1>;
75 reg = < 0x01c25c00 0x400 >;
76 };
77
78 ccm@01c20000 {

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

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