summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull.dtsi
diff options
context:
space:
mode:
authorRobby Cai <robby.cai@nxp.com>2019-08-24 19:58:12 -0400
committerDong Aisheng <aisheng.dong@nxp.com>2019-11-25 16:06:56 +0800
commita799a11e5ec509812f400e1a630ecbf0dba2d74a (patch)
treec5c48b2e59a967feca67eb440e7aa6796802a86c /arch/arm/boot/dts/imx6ull.dtsi
parent83fdfc2cb0262b349dd4e25d72811688b70e39fa (diff)
arm: dts: imx6ull: add epdc node
add epdc node on imx6ull Signed-off-by: Robby Cai <robby.cai@nxp.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6ull.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6ull.dtsi12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6ull.dtsi b/arch/arm/boot/dts/imx6ull.dtsi
index 6883432d2058..22ffa03cab63 100644
--- a/arch/arm/boot/dts/imx6ull.dtsi
+++ b/arch/arm/boot/dts/imx6ull.dtsi
@@ -106,6 +106,18 @@
clock-names = "ipg", "per";
status = "disabled";
};
+
+ epdc: epdc@228c000 {
+ compatible = "fsl,imx7d-epdc";
+ interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
+ reg = <0x228c000 0x4000>;
+ clocks = <&clks IMX6ULL_CLK_EPDC_ACLK>,
+ <&clks IMX6ULL_CLK_EPDC_PIX>;
+ clock-names = "epdc_axi", "epdc_pix";
+ /* Need to fix epdc-ram */
+ /* epdc-ram = <&gpr 0x4 30>; */
+ status = "disabled";
+ };
};
};
};