Deleted Added
full compact
sheevaplug.dts (235609) sheevaplug.dts (235778)
1/*
2 * Copyright (c) 2010 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * This software was developed by Semihalf under sponsorship from
6 * the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * Marvell SheevaPlug Device Tree Source.
30 *
1/*
2 * Copyright (c) 2010 The FreeBSD Foundation
3 * All rights reserved.
4 *
5 * This software was developed by Semihalf under sponsorship from
6 * the FreeBSD Foundation.
7 *
8 * Redistribution and use in source and binary forms, with or without

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

23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * Marvell SheevaPlug Device Tree Source.
30 *
31 * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 235609 2012-05-18 14:41:14Z gber $
31 * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 235778 2012-05-22 08:33:14Z gber $
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,SheevaPlug";
38 compatible = "SheevaPlug";
39 #address-cells = <1>;

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

83 nand@0,0 {
84 #address-cells = <1>;
85 #size-cells = <1>;
86 compatible = "mrvl,nfc";
87 reg = <0x0 0x0 0x00100000>;
88 bank-width = <2>;
89 device-width = <1>;
90
32 */
33
34/dts-v1/;
35
36/ {
37 model = "mrvl,SheevaPlug";
38 compatible = "SheevaPlug";
39 #address-cells = <1>;

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

83 nand@0,0 {
84 #address-cells = <1>;
85 #size-cells = <1>;
86 compatible = "mrvl,nfc";
87 reg = <0x0 0x0 0x00100000>;
88 bank-width = <2>;
89 device-width = <1>;
90
91 slice@0 {
92 reg = <0x0 0x200000>;
93 label = "u-boot";
94 read-only;
95 };
91
96
97 slice@200000 {
98 reg = <0x200000 0x1fe00000>;
99 label = "root";
100 };
92 };
93 };
94
95 SOC: soc88f6281@f1000000 {
96 #address-cells = <1>;
97 #size-cells = <1>;
98 compatible = "simple-bus";
99 ranges = <0x0 0xf1000000 0x00100000>;

--- 144 unchanged lines hidden ---
101 };
102 };
103
104 SOC: soc88f6281@f1000000 {
105 #address-cells = <1>;
106 #size-cells = <1>;
107 compatible = "simple-bus";
108 ranges = <0x0 0xf1000000 0x00100000>;

--- 144 unchanged lines hidden ---