blob: beb8946fe24948d747a9d63d6faea9f1cedaa811 [file] [log] [blame]
Shawn Guo7c1da582013-02-04 23:09:16 +08001
2/*
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
Shawn Guoe1641532013-02-20 10:32:52 +080011#include "imx6q-pinfunc.h"
Shawn Guoc56009b2f2013-07-11 13:58:36 +080012#include "imx6qdl.dtsi"
Shawn Guo7c1da582013-02-04 23:09:16 +080013
14/ {
15 cpus {
16 #address-cells = <1>;
17 #size-cells = <0>;
18
19 cpu@0 {
20 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010021 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080022 reg = <0>;
23 next-level-cache = <&L2>;
24 operating-points = <
25 /* kHz uV */
26 1200000 1275000
27 996000 1250000
28 792000 1150000
29 396000 950000
30 >;
31 clock-latency = <61036>; /* two CLK32 periods */
32 clocks = <&clks 104>, <&clks 6>, <&clks 16>,
33 <&clks 17>, <&clks 170>;
34 clock-names = "arm", "pll2_pfd2_396m", "step",
35 "pll1_sw", "pll1_sys";
36 arm-supply = <&reg_arm>;
37 pu-supply = <&reg_pu>;
38 soc-supply = <&reg_soc>;
39 };
40
41 cpu@1 {
42 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010043 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080044 reg = <1>;
45 next-level-cache = <&L2>;
46 };
47
48 cpu@2 {
49 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010050 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080051 reg = <2>;
52 next-level-cache = <&L2>;
53 };
54
55 cpu@3 {
56 compatible = "arm,cortex-a9";
Lorenzo Pieralisi7925e892013-04-18 18:34:06 +010057 device_type = "cpu";
Shawn Guo7c1da582013-02-04 23:09:16 +080058 reg = <3>;
59 next-level-cache = <&L2>;
60 };
61 };
62
63 soc {
64 aips-bus@02000000 { /* AIPS1 */
65 spba-bus@02000000 {
66 ecspi5: ecspi@02018000 {
67 #address-cells = <1>;
68 #size-cells = <0>;
69 compatible = "fsl,imx6q-ecspi", "fsl,imx51-ecspi";
70 reg = <0x02018000 0x4000>;
71 interrupts = <0 35 0x04>;
72 clocks = <&clks 116>, <&clks 116>;
73 clock-names = "ipg", "per";
74 status = "disabled";
75 };
76 };
77
78 iomuxc: iomuxc@020e0000 {
79 compatible = "fsl,imx6q-iomuxc";
Shawn Guo7c1da582013-02-04 23:09:16 +080080 };
81 };
82
83 ipu2: ipu@02800000 {
84 #crtc-cells = <1>;
85 compatible = "fsl,imx6q-ipu";
86 reg = <0x02800000 0x400000>;
87 interrupts = <0 8 0x4 0 7 0x4>;
88 clocks = <&clks 133>, <&clks 134>, <&clks 137>;
89 clock-names = "bus", "di0", "di1";
Philipp Zabel09ebf362013-03-28 17:35:20 +010090 resets = <&src 4>;
Shawn Guo7c1da582013-02-04 23:09:16 +080091 };
92 };
93};
Steffen Trumtrar41c04342013-03-28 16:23:35 +010094
95&ldb {
96 clocks = <&clks 33>, <&clks 34>,
97 <&clks 39>, <&clks 40>, <&clks 41>, <&clks 42>,
98 <&clks 135>, <&clks 136>;
99 clock-names = "di0_pll", "di1_pll",
100 "di0_sel", "di1_sel", "di2_sel", "di3_sel",
101 "di0", "di1";
102
103 lvds-channel@0 {
104 crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
105 };
106
107 lvds-channel@1 {
108 crtcs = <&ipu1 0>, <&ipu1 1>, <&ipu2 0>, <&ipu2 1>;
109 };
110};