6 model = "SolidRun CuBox";
7 compatible = "solidrun,cubox", "marvell,dove";
10 device_type = "memory";
11 reg = <0x00000000 0x40000000>;
15 bootargs = "console=ttyS0,115200n8 earlyprintk";
19 compatible = "gpio-leds";
20 pinctrl-0 = <&pmx_gpio_18>;
21 pinctrl-names = "default";
25 gpios = <&gpio0 18 1>;
26 linux,default-trigger = "default-on";
31 compatible = "simple-bus";
35 usb_power: regulator@1 {
36 compatible = "regulator-fixed";
38 regulator-name = "USB Power";
39 regulator-min-microvolt = <5000000>;
40 regulator-max-microvolt = <5000000>;
49 &uart0 { status = "okay"; };
50 &sata0 { status = "okay"; };
51 &i2c0 { status = "okay"; };
55 /* sdio0 card detect is connected to wrong pin on CuBox */
56 cd-gpios = <&gpio0 12 1>;
62 /* spi0.0: 4M Flash Winbond W25Q32BV */
64 compatible = "st,w25q32";
65 spi-max-frequency = <20000000>;
71 pinctrl-0 = <&pmx_gpio_1 &pmx_gpio_12>;
72 pinctrl-names = "default";
74 pmx_gpio_1: pmx-gpio-1 {
75 marvell,pins = "mpp1";
76 marvell,function = "gpio";
79 pmx_gpio_12: pmx-gpio-12 {
80 marvell,pins = "mpp12";
81 marvell,function = "gpio";
84 pmx_gpio_18: pmx-gpio-18 {
85 marvell,pins = "mpp18";
86 marvell,function = "gpio";