ARM: dts: imx53: Add gpio and input dt includes.
[linux-2.6/btrfs-unstable.git] / arch / arm / boot / dts / imx53-tx53.dtsi
blobdb4255c8e7e8a8dc42643da5ec2fa97599ef6bde
1 /*
2  * Copyright 2013 Steffen Trumtrar <s.trumtrar@pengutronix.de>
3  *
4  * The code contained herein is licensed under the GNU General Public
5  * License. You may obtain a copy of the GNU General Public License
6  * Version 2 or later at the following locations:
7  *
8  * http://www.opensource.org/licenses/gpl-license.html
9  * http://www.gnu.org/copyleft/gpl.html
10  */
12 /include/ "imx53.dtsi"
14 / {
15         model = "Ka-Ro TX53";
16         compatible = "karo,tx53", "fsl,imx53";
18         memory {
19                 reg = <0x70000000 0x40000000>; /* Up to 1GiB */
20         };
22         regulators {
23                 compatible = "simple-bus";
24                 #address-cells = <1>;
25                 #size-cells = <0>;
27                 reg_3p3v: regulator@0 {
28                         compatible = "regulator-fixed";
29                         reg = <0>;
30                         regulator-name = "3P3V";
31                         regulator-min-microvolt = <3300000>;
32                         regulator-max-microvolt = <3300000>;
33                         regulator-always-on;
34                 };
35         };
38 &can1 {
39         pinctrl-names = "default";
40         pinctrl-0 = <&pinctrl_can1_2>;
41         status = "disabled";
44 &can2 {
45         pinctrl-names = "default";
46         pinctrl-0 = <&pinctrl_can2_1>;
47         status = "disabled";
50 &ecspi1 {
51         pinctrl-names = "default";
52         pinctrl-0 = <&pinctrl_ecspi1_2>;
53         status = "disabled";
56 &esdhc1 {
57         pinctrl-names = "default";
58         pinctrl-0 = <&pinctrl_esdhc1_2>;
59         status = "disabled";
62 &esdhc2 {
63         pinctrl-names = "default";
64         pinctrl-0 = <&pinctrl_esdhc2_1>;
65         status = "disabled";
68 &fec {
69         pinctrl-names = "default";
70         pinctrl-0 = <&pinctrl_fec_1>;
71         phy-mode = "rmii";
72         status = "disabled";
75 &i2c3 {
76         pinctrl-names = "default";
77         pinctrl-0 = <&pinctrl_i2c3_2>;
78         status = "disabled";
81 &owire {
82         pinctrl-names = "default";
83         pinctrl-0 = <&pinctrl_owire_1>;
84         status = "disabled";
87 &pwm2 {
88         pinctrl-names = "default";
89         pinctrl-0 = <&pinctrl_pwm2_1>;
90         status = "disabled";
93 &ssi1 {
94         pinctrl-names = "default";
95         pinctrl-0 = <&pinctrl_audmux_1>;
96         status = "disabled";
99 &ssi2 {
100         pinctrl-names = "default";
101         pinctrl-0 = <&pinctrl_audmux_2>;
102         status = "disabled";
105 &uart1 {
106         pinctrl-names = "default";
107         pinctrl-0 = <&pinctrl_uart1_2>,
108                     <&pinctrl_uart1_3>;
109         fsl,uart-has-rtscts;
110         status = "disabled";
113 &uart2 {
114         pinctrl-names = "default";
115         pinctrl-0 = <&pinctrl_uart2_2>;
116         fsl,uart-has-rtscts;
117         status = "disabled";
120 &uart3 {
121         pinctrl-names = "default";
122         pinctrl-0 = <&pinctrl_uart3_1>;
123         fsl,uart-has-rtscts;
124         status = "disabled";