aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/dts/arm/imx6dl.dtsi
diff options
context:
space:
mode:
Diffstat (limited to 'sys/gnu/dts/arm/imx6dl.dtsi')
-rw-r--r--sys/gnu/dts/arm/imx6dl.dtsi10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/gnu/dts/arm/imx6dl.dtsi b/sys/gnu/dts/arm/imx6dl.dtsi
index b453e0e28aee..f94bf72832af 100644
--- a/sys/gnu/dts/arm/imx6dl.dtsi
+++ b/sys/gnu/dts/arm/imx6dl.dtsi
@@ -13,6 +13,10 @@
#include "imx6qdl.dtsi"
/ {
+ aliases {
+ i2c3 = &i2c4;
+ };
+
cpus {
#address-cells = <1>;
#size-cells = <0>;
@@ -24,7 +28,7 @@
next-level-cache = <&L2>;
operating-points = <
/* kHz uV */
- 996000 1275000
+ 996000 1250000
792000 1175000
396000 1075000
>;
@@ -114,3 +118,7 @@
"di0_sel", "di1_sel",
"di0", "di1";
};
+
+&vpu {
+ compatible = "fsl,imx6dl-vpu", "cnm,coda960";
+};