ARM: at91: dt: at91sam9260: split rts and cts pinctrl not
[firefly-linux-kernel-4.4.55.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 };