summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6dl.dtsi
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@freescale.com>2013-07-26 16:50:49 +0800
committerJason Liu <r64343@freescale.com>2013-10-30 09:54:01 +0800
commit52f87c5c1b8a6ac259d64fe89201fc6f55a89e46 (patch)
treef9c860e3d2b75ea8669cb2595db9415713a4c94f /arch/arm/boot/dts/imx6dl.dtsi
parent3ae2d523b58d854bf7496dccc778a9e66aa65a84 (diff)
ENGR00240988: ARM: dts: add gpu nodes for imx6q and imx6dl
It adds gpu nodes for imx6q and imx6dl. Signed-off-by: Shawn Guo <shawn.guo@freescale.com>
Diffstat (limited to 'arch/arm/boot/dts/imx6dl.dtsi')
-rw-r--r--arch/arm/boot/dts/imx6dl.dtsi18
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi
index bdc4374da651..5db92d2316ea 100644
--- a/arch/arm/boot/dts/imx6dl.dtsi
+++ b/arch/arm/boot/dts/imx6dl.dtsi
@@ -32,6 +32,24 @@
};
soc {
+ gpu@00130000 {
+ compatible = "fsl,imx6dl-gpu", "fsl,imx6q-gpu";
+ reg = <0x00130000 0x4000>, <0x00134000 0x4000>,
+ <0x0 0x0>;
+ reg-names = "iobase_3d", "iobase_2d",
+ "phys_baseaddr";
+ interrupts = <0 9 0x04>, <0 10 0x04>;
+ interrupt-names = "irq_3d", "irq_2d";
+ clocks = <&clks 143>, <&clks 27>,
+ <&clks 121>, <&clks 122>,
+ <&clks 0>;
+ clock-names = "gpu2d_axi_clk", "gpu3d_axi_clk",
+ "gpu2d_clk", "gpu3d_clk",
+ "gpu3d_shader_clk";
+ resets = <&src 0>, <&src 3>;
+ reset-names = "gpu3d", "gpu2d";
+ };
+
ocram: sram@00900000 {
compatible = "mmio-sram";
reg = <0x00900000 0x20000>;