Deleted Added
full compact
cubieboard.dts (246851) cubieboard.dts (247520)
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: head/sys/boot/fdt/dts/cubieboard.dts 246851 2013-02-15 21:29:03Z gonzo $
26 * $FreeBSD: head/sys/boot/fdt/dts/cubieboard.dts 247520 2013-03-01 01:47:11Z ganbold $
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard";
33 compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
34 #address-cells = <1>;

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

116 status = "okay";
117 compatible = "ns16550";
118 reg = <0x01c28000 0x400>;
119 reg-shift = <2>;
120 interrupts = <1>;
121 interrupt-parent = <&AINTC>;
122 current-speed = <115200>;
123 clock-frequency = < 24000000 >;
27 */
28
29/dts-v1/;
30
31/ {
32 model = "Cubietech Cubieboard";
33 compatible = "cubietech,a10-cubieboard", "allwinner,sun4i-a10";
34 #address-cells = <1>;

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

116 status = "okay";
117 compatible = "ns16550";
118 reg = <0x01c28000 0x400>;
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>;
124 };
125 };
126
127 chosen {
128 bootargs = "-v";
129 stdin = "UART0";
130 stdout = "UART0";
131 };
132};
133
126 };
127 };
128
129 chosen {
130 bootargs = "-v";
131 stdin = "UART0";
132 stdout = "UART0";
133 };
134};
135