Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

powerpc/44x: Add NOR flash device to Yosemite dts

Signed-off-by: Stefan Roese <sr@denx.de>
Signed-off-by: Josh Boyer <jwboyer@gmail.com>

authored by

Stefan Roese and committed by
Josh Boyer
2f6bab96 674bfa48

+36
+36
arch/powerpc/boot/dts/yosemite.dts
··· 138 138 clock-frequency = <0>; /* Filled in by zImage */ 139 139 interrupts = <0x5 0x1>; 140 140 interrupt-parent = <&UIC1>; 141 + 142 + nor_flash@0,0 { 143 + compatible = "amd,s29gl256n", "cfi-flash"; 144 + bank-width = <2>; 145 + reg = <0x00000000 0x00000000 0x04000000>; 146 + #address-cells = <1>; 147 + #size-cells = <1>; 148 + partition@0 { 149 + label = "kernel"; 150 + reg = <0x00000000 0x001e0000>; 151 + }; 152 + partition@1e0000 { 153 + label = "dtb"; 154 + reg = <0x001e0000 0x00020000>; 155 + }; 156 + partition@200000 { 157 + label = "ramdisk"; 158 + reg = <0x00200000 0x01400000>; 159 + }; 160 + partition@1600000 { 161 + label = "jffs2"; 162 + reg = <0x01600000 0x00400000>; 163 + }; 164 + partition@1a00000 { 165 + label = "user"; 166 + reg = <0x01a00000 0x02540000>; 167 + }; 168 + partition@3f40000 { 169 + label = "env"; 170 + reg = <0x03f40000 0x00040000>; 171 + }; 172 + partition@3f80000 { 173 + label = "u-boot"; 174 + reg = <0x03f80000 0x00080000>; 175 + }; 176 + }; 141 177 }; 142 178 143 179 UART0: serial@ef600300 {