ARM: dts: add initial support for TBS2910 Matrix ARM mini PC
[deliverable/linux.git] / arch / arm / boot / dts / imx6dl.dtsi
CommitLineData
9a8d6d55 1
7c1da585
SG
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
f89f5b46 11#include <dt-bindings/interrupt-controller/irq.h>
9a8d6d55 12#include "imx6dl-pinfunc.h"
c56009b2 13#include "imx6qdl.dtsi"
7c1da585
SG
14
15/ {
16 cpus {
17 #address-cells = <1>;
18 #size-cells = <0>;
19
20 cpu@0 {
21 compatible = "arm,cortex-a9";
7925e89f 22 device_type = "cpu";
7c1da585
SG
23 reg = <0>;
24 next-level-cache = <&L2>;
978ed904
AH
25 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 */
8888f651
SG
38 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>;
978ed904
AH
43 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>;
7c1da585
SG
48 };
49
50 cpu@1 {
51 compatible = "arm,cortex-a9";
7925e89f 52 device_type = "cpu";
7c1da585
SG
53 reg = <1>;
54 next-level-cache = <&L2>;
55 };
56 };
57
58 soc {
951ebf58
SG
59 ocram: sram@00900000 {
60 compatible = "mmio-sram";
61 reg = <0x00900000 0x20000>;
8888f651 62 clocks = <&clks IMX6QDL_CLK_OCRAM>;
951ebf58
SG
63 };
64
7c1da585 65 aips1: aips-bus@02000000 {
9a8d6d55
SG
66 iomuxc: iomuxc@020e0000 {
67 compatible = "fsl,imx6dl-iomuxc";
9a8d6d55
SG
68 };
69
7c1da585
SG
70 pxp: pxp@020f0000 {
71 reg = <0x020f0000 0x4000>;
f89f5b46 72 interrupts = <0 98 IRQ_TYPE_LEVEL_HIGH>;
7c1da585
SG
73 };
74
75 epdc: epdc@020f4000 {
76 reg = <0x020f4000 0x4000>;
f89f5b46 77 interrupts = <0 97 IRQ_TYPE_LEVEL_HIGH>;
7c1da585
SG
78 };
79
80 lcdif: lcdif@020f8000 {
81 reg = <0x020f8000 0x4000>;
f89f5b46 82 interrupts = <0 39 IRQ_TYPE_LEVEL_HIGH>;
7c1da585
SG
83 };
84 };
85
86 aips2: aips-bus@02100000 {
87 i2c4: i2c@021f8000 {
88 #address-cells = <1>;
89 #size-cells = <0>;
b92d7763 90 compatible = "fsl,imx6q-i2c", "fsl,imx21-i2c";
7c1da585 91 reg = <0x021f8000 0x4000>;
f89f5b46 92 interrupts = <0 35 IRQ_TYPE_LEVEL_HIGH>;
8888f651 93 clocks = <&clks IMX6DL_CLK_I2C4>;
7c1da585
SG
94 status = "disabled";
95 };
96 };
97 };
4520e692
PZ
98
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";
7c1da585 107};
964c847a
PZ
108
109&ldb {
8888f651
SG
110 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>;
964c847a
PZ
113 clock-names = "di0_pll", "di1_pll",
114 "di0_sel", "di1_sel",
115 "di0", "di1";
cf83eb24 116};
This page took 0.172476 seconds and 5 git commands to generate.