blob: b453e0e28aeec5d537e4b4da0f664f36d946bb70 [file] [log] [blame]
Shawn Guo9a8d6d52013-04-02 14:04:45 +08001
Shawn Guo7c1da582013-02-04 23:09:16 +08002/*
3 * Copyright 2013 Freescale Semiconductor, Inc.
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *
9 */
10
Troy Kiskyf89f5b42013-11-14 14:02:11 -070011#include <dt-bindings/interrupt-controller/irq.h>
Shawn Guo9a8d6d52013-04-02 14:04:45 +080012#include "imx6dl-pinfunc.h"
Shawn Guoc56009b2f2013-07-11 13:58:36 +080013#include "imx6qdl.dtsi"
Shawn Guo7c1da582013-02-04 23:09:16 +080014
15/ {
16 cpus {
17 #address-cells = <1>;
18 #size-cells = <0>;
19
20 cpu@0 {
21 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010022 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080023 reg = <0>;
24 next-level-cache = <&L2>;
Anson Huang978ed902013-12-19 10:02:10 -050025 operating-points = <
26 /* kHz uV */
27 996000 1275000
28 792000 1175000
29 396000 1075000
30 >;
31 fsl,soc-operating-points = <
32 /* ARM kHz SOC-PU uV */
33 996000 1175000
34 792000 1175000
35 396000 1175000
36 >;
37 clock-latency = <61036>; /* two CLK32 periods */
Shawn Guo8888f652014-06-15 20:36:50 +080038 clocks = <&clks IMX6QDL_CLK_ARM>,
39 <&clks IMX6QDL_CLK_PLL2_PFD2_396M>,
40 <&clks IMX6QDL_CLK_STEP>,
41 <&clks IMX6QDL_CLK_PLL1_SW>,
42 <&clks IMX6QDL_CLK_PLL1_SYS>;
Anson Huang978ed902013-12-19 10:02:10 -050043 clock-names = "arm", "pll2_pfd2_396m", "step",
44 "pll1_sw", "pll1_sys";
45 arm-supply = <&reg_arm>;
46 pu-supply = <&reg_pu>;
47 soc-supply = <&reg_soc>;
Shawn Guo7c1da582013-02-04 23:09:16 +080048 };
49
50 cpu@1 {
51 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010052 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080053 reg = <1>;
54 next-level-cache = <&L2>;
55 };
56 };
57
58 soc {
Shawn Guo951ebf52013-07-23 15:25:13 +080059 ocram: sram@00900000 {
60 compatible = "mmio-sram";
61 reg = <0x00900000 0x20000>;
Shawn Guo8888f652014-06-15 20:36:50 +080062 clocks = <&clks IMX6QDL_CLK_OCRAM>;
Shawn Guo951ebf52013-07-23 15:25:13 +080063 };
64
Shawn Guo7c1da582013-02-04 23:09:16 +080065 aips1: aips-bus@02000000 {
Shawn Guo9a8d6d52013-04-02 14:04:45 +080066 iomuxc: iomuxc@020e0000 {
67 compatible = "fsl,imx6dl-iomuxc";
Shawn Guo9a8d6d52013-04-02 14:04:45 +080068 };
69
Shawn Guo7c1da582013-02-04 23:09:16 +080070 pxp: pxp@020f0000 {
71 reg = <0x020f0000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070072 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080073 };
74
75 epdc: epdc@020f4000 {
76 reg = <0x020f4000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070077 interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080078 };
79
80 lcdif: lcdif@020f8000 {
81 reg = <0x020f8000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070082 interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080083 };
84 };
85
86 aips2: aips-bus@02100000 {
87 i2c4: i2c@021f8000 {
88 #address-cells = <1>;
89 #size-cells = <0>;
Iain Patonb92d7762014-05-09 16:01:56 +010090 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
Shawn Guo7c1da582013-02-04 23:09:16 +080091 reg = <0x021f8000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070092 interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo8888f652014-06-15 20:36:50 +080093 clocks = <&clks IMX6DL_CLK_I2C4>;
Shawn Guo7c1da582013-02-04 23:09:16 +080094 status = "disabled";
95 };
96 };
97 };
Philipp Zabel4520e692014-03-05 10:21:01 +010098
99 display-subsystem {
100 compatible = "fsl,imx-display-subsystem";
101 ports = <&ipu1_di0>, <&ipu1_di1>;
102 };
103};
104
105&hdmi {
106 compatible = "fsl,imx6dl-hdmi";
Shawn Guo7c1da582013-02-04 23:09:16 +0800107};
Philipp Zabel964c8472013-06-28 14:24:16 +0200108
109&ldb {
Shawn Guo8888f652014-06-15 20:36:50 +0800110 clocks = <&clks IMX6QDL_CLK_LDB_DI0_SEL>, <&clks IMX6QDL_CLK_LDB_DI1_SEL>,
111 <&clks IMX6QDL_CLK_IPU1_DI0_SEL>, <&clks IMX6QDL_CLK_IPU1_DI1_SEL>,
112 <&clks IMX6QDL_CLK_LDB_DI0>, <&clks IMX6QDL_CLK_LDB_DI1>;
Philipp Zabel964c8472013-06-28 14:24:16 +0200113 clock-names = "di0_pll", "di1_pll",
114 "di0_sel", "di1_sel",
115 "di0", "di1";
Russell Kingcf83eb22013-10-30 20:10:31 +0000116};