diff options
| author | Martyn Welch <martyn.welch@gefanuc.com> | 2009-07-29 18:13:45 -0400 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-08-19 20:27:58 -0400 |
| commit | 433abcdf321322495d83c8b571bdf7134622c734 (patch) | |
| tree | 4a94a2f8589e51671e2d5eac1db5212ccb834627 | |
| parent | 8798b9df26bbc7f3cee686483a0bac68b666bf8f (diff) | |
powerpc/86xx: Update GE Fanuc sbc310 DTS
Update GE Fanuc DTS to match the alterations suggested during the merge of
the ppc9a DTS in commit 740d36ae6344f38c4da64c2ede765d7d2dd1f132
Signed-off-by: Martyn Welch <martyn.welch@gefanuc.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
| -rw-r--r-- | arch/powerpc/boot/dts/gef_sbc310.dts | 29 |
1 files changed, 13 insertions, 16 deletions
diff --git a/arch/powerpc/boot/dts/gef_sbc310.dts b/arch/powerpc/boot/dts/gef_sbc310.dts index 7810ea995541..2107d3c7cfe1 100644 --- a/arch/powerpc/boot/dts/gef_sbc310.dts +++ b/arch/powerpc/boot/dts/gef_sbc310.dts | |||
| @@ -83,34 +83,34 @@ | |||
| 83 | 83 | ||
| 84 | /* flash@0,0 is a mirror of part of the memory in flash@1,0 | 84 | /* flash@0,0 is a mirror of part of the memory in flash@1,0 |
| 85 | flash@0,0 { | 85 | flash@0,0 { |
| 86 | compatible = "cfi-flash"; | 86 | compatible = "gef,sbc310-firmware-mirror", "cfi-flash"; |
| 87 | reg = <0 0 0x01000000>; | 87 | reg = <0x0 0x0 0x01000000>; |
| 88 | bank-width = <2>; | 88 | bank-width = <2>; |
| 89 | device-width = <2>; | 89 | device-width = <2>; |
| 90 | #address-cells = <1>; | 90 | #address-cells = <1>; |
| 91 | #size-cells = <1>; | 91 | #size-cells = <1>; |
| 92 | partition@0 { | 92 | partition@0 { |
| 93 | label = "firmware"; | 93 | label = "firmware"; |
| 94 | reg = <0x00000000 0x01000000>; | 94 | reg = <0x0 0x01000000>; |
| 95 | read-only; | 95 | read-only; |
| 96 | }; | 96 | }; |
| 97 | }; | 97 | }; |
| 98 | */ | 98 | */ |
| 99 | 99 | ||
| 100 | flash@1,0 { | 100 | flash@1,0 { |
| 101 | compatible = "cfi-flash"; | 101 | compatible = "gef,sbc310-paged-flash", "cfi-flash"; |
| 102 | reg = <1 0 0x8000000>; | 102 | reg = <0x1 0x0 0x8000000>; |
| 103 | bank-width = <2>; | 103 | bank-width = <2>; |
| 104 | device-width = <2>; | 104 | device-width = <2>; |
| 105 | #address-cells = <1>; | 105 | #address-cells = <1>; |
| 106 | #size-cells = <1>; | 106 | #size-cells = <1>; |
| 107 | partition@0 { | 107 | partition@0 { |
| 108 | label = "user"; | 108 | label = "user"; |
| 109 | reg = <0x00000000 0x07800000>; | 109 | reg = <0x0 0x7800000>; |
| 110 | }; | 110 | }; |
| 111 | partition@7800000 { | 111 | partition@7800000 { |
| 112 | label = "firmware"; | 112 | label = "firmware"; |
| 113 | reg = <0x07800000 0x00800000>; | 113 | reg = <0x7800000 0x800000>; |
| 114 | read-only; | 114 | read-only; |
| 115 | }; | 115 | }; |
| 116 | }; | 116 | }; |
| @@ -121,18 +121,16 @@ | |||
| 121 | }; | 121 | }; |
| 122 | 122 | ||
| 123 | wdt@4,2000 { | 123 | wdt@4,2000 { |
| 124 | #interrupt-cells = <2>; | 124 | compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00", |
| 125 | device_type = "watchdog"; | 125 | "gef,fpga-wdt"; |
| 126 | compatible = "gef,fpga-wdt"; | ||
| 127 | reg = <0x4 0x2000 0x8>; | 126 | reg = <0x4 0x2000 0x8>; |
| 128 | interrupts = <0x1a 0x4>; | 127 | interrupts = <0x1a 0x4>; |
| 129 | interrupt-parent = <&gef_pic>; | 128 | interrupt-parent = <&gef_pic>; |
| 130 | }; | 129 | }; |
| 131 | /* | 130 | /* |
| 132 | wdt@4,2010 { | 131 | wdt@4,2010 { |
| 133 | #interrupt-cells = <2>; | 132 | compatible = "gef,sbc310-fpga-wdt", "gef,fpga-wdt-1.00", |
| 134 | device_type = "watchdog"; | 133 | "gef,fpga-wdt"; |
| 135 | compatible = "gef,fpga-wdt"; | ||
| 136 | reg = <0x4 0x2010 0x8>; | 134 | reg = <0x4 0x2010 0x8>; |
| 137 | interrupts = <0x1b 0x4>; | 135 | interrupts = <0x1b 0x4>; |
| 138 | interrupt-parent = <&gef_pic>; | 136 | interrupt-parent = <&gef_pic>; |
| @@ -141,7 +139,7 @@ | |||
| 141 | gef_pic: pic@4,4000 { | 139 | gef_pic: pic@4,4000 { |
| 142 | #interrupt-cells = <1>; | 140 | #interrupt-cells = <1>; |
| 143 | interrupt-controller; | 141 | interrupt-controller; |
| 144 | compatible = "gef,fpga-pic"; | 142 | compatible = "gef,sbc310-fpga-pic", "gef,fpga-pic"; |
| 145 | reg = <0x4 0x4000 0x20>; | 143 | reg = <0x4 0x4000 0x20>; |
| 146 | interrupts = <0x8 | 144 | interrupts = <0x8 |
| 147 | 0x9>; | 145 | 0x9>; |
| @@ -161,7 +159,7 @@ | |||
| 161 | #size-cells = <1>; | 159 | #size-cells = <1>; |
| 162 | #interrupt-cells = <2>; | 160 | #interrupt-cells = <2>; |
| 163 | device_type = "soc"; | 161 | device_type = "soc"; |
| 164 | compatible = "simple-bus"; | 162 | compatible = "fsl,mpc8641-soc", "simple-bus"; |
| 165 | ranges = <0x0 0xfef00000 0x00100000>; | 163 | ranges = <0x0 0xfef00000 0x00100000>; |
| 166 | bus-frequency = <33333333>; | 164 | bus-frequency = <33333333>; |
| 167 | 165 | ||
| @@ -412,5 +410,4 @@ | |||
| 412 | 0x0 0x00400000>; | 410 | 0x0 0x00400000>; |
| 413 | }; | 411 | }; |
| 414 | }; | 412 | }; |
| 415 | |||
| 416 | }; | 413 | }; |
