]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/xtensa/boot/dts/xtfpga-flash-4m.dtsi
ASoC: Blackfin: ADAU1X81 eval board support
[karo-tx-linux.git] / arch / xtensa / boot / dts / xtfpga-flash-4m.dtsi
1 / {
2         flash: flash@f8000000 {
3                 #address-cells = <1>;
4                 #size-cells = <1>;
5                 compatible = "cfi-flash";
6                 reg = <0xf8000000 0x00400000>;
7                 bank-width = <2>;
8                 device-width = <2>;
9                 partition@0x0 {
10                         label = "boot loader area";
11                         reg = <0x00000000 0x003f0000>;
12                 };
13                 partition@0x3f0000 {
14                         label = "boot environment";
15                         reg = <0x003f0000 0x00010000>;
16                 };
17         };
18 };