Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / dove-cubox.dts
1 /dts-v1/;
2
3 /include/ "dove.dtsi"
4
5 / {
6         model = "SolidRun CuBox";
7         compatible = "solidrun,cubox", "marvell,dove";
8
9         memory {
10                 device_type = "memory";
11                 reg = <0x00000000 0x40000000>;
12         };
13
14         chosen {
15                 bootargs = "console=ttyS0,115200n8 earlyprintk";
16         };
17
18         leds {
19                 compatible = "gpio-leds";
20                 power {
21                         label = "Power";
22                         gpios = <&gpio0 18 1>;
23                         linux,default-trigger = "default-on";
24                 };
25         };
26 };
27
28 &uart0 { status = "okay"; };
29 &sdio0 { status = "okay"; };
30 &sata0 { status = "okay"; };
31 &i2c0 { status = "okay"; };
32
33 &spi0 {
34         status = "okay";
35
36         /* spi0.0: 4M Flash Winbond W25Q32BV */
37         spi-flash@0 {
38                 compatible = "st,w25q32";
39                 spi-max-frequency = <20000000>;
40                 reg = <0>;
41         };
42 };
43
44 &pinctrl {
45         pinctrl-0 = <&pmx_gpio_18>;
46         pinctrl-names = "default";
47
48         pmx_gpio_18: pmx-gpio-18 {
49                 marvell,pins = "mpp18";
50                 marvell,function = "gpio";
51         };
52 };