aboutsummaryrefslogtreecommitdiff
path: root/src/arm/dove-cubox.dts
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/dove-cubox.dts')
-rw-r--r--src/arm/dove-cubox.dts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/arm/dove-cubox.dts b/src/arm/dove-cubox.dts
index aae7efc09b0b..af3cb633135f 100644
--- a/src/arm/dove-cubox.dts
+++ b/src/arm/dove-cubox.dts
@@ -62,6 +62,10 @@
pinctrl-0 = <&pmx_gpio_19>;
pinctrl-names = "default";
};
+
+ gpu-subsystem {
+ status = "okay";
+ };
};
&uart0 { status = "okay"; };
@@ -74,6 +78,10 @@
reg = <1>;
};
+&gpu {
+ status = "okay";
+};
+
&i2c0 {
status = "okay";
clock-frequency = <100000>;
@@ -87,6 +95,7 @@
/* connect xtal input to 25MHz reference */
clocks = <&ref25>;
+ clock-names = "xtal";
/* connect xtal input as source of pll0 and pll1 */
silabs,pll-source = <0 0>, <1 0>;