Deleted Added
full compact
dove-cubox.dts (279385) dove-cubox.dts (295436)
1/dts-v1/;
2
3#include "dove.dtsi"
4
5/ {
6 model = "SolidRun CuBox";
7 compatible = "solidrun,cubox", "marvell,dove";
8

--- 48 unchanged lines hidden (view full) ---

57 };
58
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";
64 };
1/dts-v1/;
2
3#include "dove.dtsi"
4
5/ {
6 model = "SolidRun CuBox";
7 compatible = "solidrun,cubox", "marvell,dove";
8

--- 48 unchanged lines hidden (view full) ---

57 };
58
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";
64 };
65
66 gpu-subsystem {
67 status = "okay";
68 };
65};
66
67&uart0 { status = "okay"; };
68&sata0 { status = "okay"; };
69&mdio { status = "okay"; };
70&eth { status = "okay"; };
71
72&ethphy {
73 compatible = "marvell,88e1310";
74 reg = <1>;
75};
76
69};
70
71&uart0 { status = "okay"; };
72&sata0 { status = "okay"; };
73&mdio { status = "okay"; };
74&eth { status = "okay"; };
75
76&ethphy {
77 compatible = "marvell,88e1310";
78 reg = <1>;
79};
80
81&gpu {
82 status = "okay";
83};
84
77&i2c0 {
78 status = "okay";
79 clock-frequency = <100000>;
80
81 si5351: clock-generator {
82 compatible = "silabs,si5351a-msop";
83 reg = <0x60>;
84 #address-cells = <1>;
85 #size-cells = <0>;
86 #clock-cells = <1>;
87
88 /* connect xtal input to 25MHz reference */
89 clocks = <&ref25>;
85&i2c0 {
86 status = "okay";
87 clock-frequency = <100000>;
88
89 si5351: clock-generator {
90 compatible = "silabs,si5351a-msop";
91 reg = <0x60>;
92 #address-cells = <1>;
93 #size-cells = <0>;
94 #clock-cells = <1>;
95
96 /* connect xtal input to 25MHz reference */
97 clocks = <&ref25>;
98 clock-names = "xtal";
90
91 /* connect xtal input as source of pll0 and pll1 */
92 silabs,pll-source = <0 0>, <1 0>;
93
94 clkout0 {
95 reg = <0>;
96 silabs,drive-strength = <8>;
97 silabs,multisynth-source = <0>;

--- 36 unchanged lines hidden ---
99
100 /* connect xtal input as source of pll0 and pll1 */
101 silabs,pll-source = <0 0>, <1 0>;
102
103 clkout0 {
104 reg = <0>;
105 silabs,drive-strength = <8>;
106 silabs,multisynth-source = <0>;

--- 36 unchanged lines hidden ---