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>;
45 pinctrl-0 = <&pmx_gpio_1>;
46 pinctrl-names = "default";
51 /* 25MHz reference crystal */
53 compatible = "fixed-clock";
55 clock-frequency = <25000000>;
59 ir_recv: ir-receiver {
60 compatible = "gpio-ir-receiver";
61 gpios = <&gpio0 19 1>;
62 pinctrl-0 = <&pmx_gpio_19>;
63 pinctrl-names = "default";
67 &uart0 { status = "okay"; };
68 &sata0 { status = "okay"; };
69 &mdio { status = "okay"; };
70 ð { status = "okay"; };
73 compatible = "marvell,88e1310";
79 clock-frequency = <100000>;
81 si5351: clock-generator {
82 compatible = "silabs,si5351a-msop";
88 /* connect xtal input to 25MHz reference */
91 /* connect xtal input as source of pll0 and pll1 */
92 silabs,pll-source = <0 0>, <1 0>;
96 silabs,drive-strength = <8>;
97 silabs,multisynth-source = <0>;
98 silabs,clock-source = <0>;
104 silabs,drive-strength = <8>;
105 silabs,multisynth-source = <1>;
106 silabs,clock-source = <0>;
112 silabs,multisynth-source = <1>;
113 silabs,clock-source = <0>;
120 /* sdio0 card detect is connected to wrong pin on CuBox */
121 cd-gpios = <&gpio0 12 1>;
122 pinctrl-0 = <&pmx_sdio0 &pmx_gpio_12>;
128 /* spi0.0: 4M Flash Winbond W25Q32BV */
130 compatible = "st,w25q32";
131 spi-max-frequency = <20000000>;