blob: 5c5f574330f9ea19fb31bbd02560efc55bcc457b [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 */
38 clocks = <&clks 104>, <&clks 6>, <&clks 16>,
39 <&clks 17>, <&clks 170>;
40 clock-names = "arm", "pll2_pfd2_396m", "step",
41 "pll1_sw", "pll1_sys";
42 arm-supply = <&reg_arm>;
43 pu-supply = <&reg_pu>;
44 soc-supply = <&reg_soc>;
Shawn Guo7c1da582013-02-04 23:09:16 +080045 };
46
47 cpu@1 {
48 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010049 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080050 reg = <1>;
51 next-level-cache = <&L2>;
52 };
53 };
54
55 soc {
Shawn Guo951ebf52013-07-23 15:25:13 +080056 ocram: sram@00900000 {
57 compatible = "mmio-sram";
58 reg = <0x00900000 0x20000>;
59 clocks = <&clks 142>;
60 };
61
Shawn Guo7c1da582013-02-04 23:09:16 +080062 aips1: aips-bus@02000000 {
Shawn Guo9a8d6d52013-04-02 14:04:45 +080063 iomuxc: iomuxc@020e0000 {
64 compatible = "fsl,imx6dl-iomuxc";
Shawn Guo9a8d6d52013-04-02 14:04:45 +080065 };
66
Shawn Guo7c1da582013-02-04 23:09:16 +080067 pxp: pxp@020f0000 {
68 reg = <0x020f0000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070069 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080070 };
71
72 epdc: epdc@020f4000 {
73 reg = <0x020f4000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070074 interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080075 };
76
77 lcdif: lcdif@020f8000 {
78 reg = <0x020f8000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070079 interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080080 };
81 };
82
83 aips2: aips-bus@02100000 {
84 i2c4: i2c@021f8000 {
85 #address-cells = <1>;
86 #size-cells = <0>;
87 compatible = "fsl,imx1-i2c";
88 reg = <0x021f8000 0x4000>;
Troy Kiskyf89f5b42013-11-14 14:02:11 -070089 interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
Shawn Guo7c1da582013-02-04 23:09:16 +080090 status = "disabled";
91 };
92 };
93 };
Philipp Zabel4520e692014-03-05 10:21:01 +010094
95 display-subsystem {
96 compatible = "fsl,imx-display-subsystem";
97 ports = <&ipu1_di0>, <&ipu1_di1>;
98 };
99};
100
101&hdmi {
102 compatible = "fsl,imx6dl-hdmi";
Shawn Guo7c1da582013-02-04 23:09:16 +0800103};
Philipp Zabel964c8472013-06-28 14:24:16 +0200104
105&ldb {
106 clocks = <&clks 33>, <&clks 34>,
107 <&clks 39>, <&clks 40>,
108 <&clks 135>, <&clks 136>;
109 clock-names = "di0_pll", "di1_pll",
110 "di0_sel", "di1_sel",
111 "di0", "di1";
Russell Kingcf83eb22013-10-30 20:10:31 +0000112};