Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 227730 2011-11-19 16:30:06Z raj $
---
> * $FreeBSD: head/sys/boot/fdt/dts/sheevaplug.dts 235609 2012-05-18 14:41:14Z gber $
74c74
< localbus@f1000000 {
---
> localbus@0 {
77a78
> bank-count = <3>;
80,83c81
< ranges = <0x0 0x0f 0xf9300000 0x00100000
< 0x1 0x1e 0xfa000000 0x00100000
< 0x2 0x1d 0xfa100000 0x02000000
< 0x3 0x1b 0xfc100000 0x00000400>;
---
> ranges = <0x0 0x2f 0xf9300000 0x00100000>;
85c83
< nor@0,0 {
---
> nand@0,0 {
88c86
< compatible = "cfi-flash";
---
> compatible = "mrvl,nfc";
92d89
< };
94,99d90
< led@1,0 {
< #address-cells = <1>;
< #size-cells = <1>;
< compatible = "led";
< reg = <0x1 0x0 0x00100000>;
< };
101,107d91
< nor@2,0 {
< #address-cells = <1>;
< #size-cells = <1>;
< compatible = "cfi-flash";
< reg = <0x2 0x0 0x02000000>;
< bank-width = <2>;
< device-width = <1>;
109,116d92
<
< nand@3,0 {
< #address-cells = <1>;
< #size-cells = <1>;
< reg = <0x3 0x0 0x00100000>;
< bank-width = <2>;
< device-width = <1>;
< };