]> git.ipfire.org Git - people/arne_f/kernel.git/blame - arch/arm/boot/dts/imx53-tx53.dtsi
sun7i: dts: add bananapro.
[people/arne_f/kernel.git] / arch / arm / boot / dts / imx53-tx53.dtsi
CommitLineData
260cb6a6
ST
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 */
11
12/include/ "imx53.dtsi"
13
14/ {
15 model = "Ka-Ro TX53";
16 compatible = "karo,tx53", "fsl,imx53";
17
18 memory {
19 reg = <0x70000000 0x40000000>; /* Up to 1GiB */
20 };
21
22 regulators {
23 compatible = "simple-bus";
24
25 reg_3p3v: 3p3v {
26 compatible = "regulator-fixed";
27 regulator-name = "3P3V";
28 regulator-min-microvolt = <3300000>;
29 regulator-max-microvolt = <3300000>;
30 regulator-always-on;
31 };
32 };
33};
34
35&can1 {
36 pinctrl-names = "default";
37 pinctrl-0 = <&pinctrl_can1_2>;
38 status = "disabled";
39};
40
41&can2 {
42 pinctrl-names = "default";
43 pinctrl-0 = <&pinctrl_can2_1>;
44 status = "disabled";
45};
46
47&ecspi1 {
48 pinctrl-names = "default";
49 pinctrl-0 = <&pinctrl_ecspi1_2>;
50 status = "disabled";
51};
52
53&esdhc1 {
54 pinctrl-names = "default";
55 pinctrl-0 = <&pinctrl_esdhc1_2>;
56 status = "disabled";
57};
58
59&esdhc2 {
60 pinctrl-names = "default";
61 pinctrl-0 = <&pinctrl_esdhc2_1>;
62 status = "disabled";
63};
64
65&fec {
66 pinctrl-names = "default";
67 pinctrl-0 = <&pinctrl_fec_1>;
68 phy-mode = "rmii";
69 status = "disabled";
70};
71
72&i2c3 {
73 pinctrl-names = "default";
74 pinctrl-0 = <&pinctrl_i2c3_2>;
75 status = "disabled";
76};
77
78&owire {
79 pinctrl-names = "default";
80 pinctrl-0 = <&pinctrl_owire_1>;
81 status = "disabled";
82};
83
84&pwm2 {
85 pinctrl-names = "default";
86 pinctrl-0 = <&pinctrl_pwm2_1>;
87 status = "disabled";
88};
89
90&ssi1 {
91 pinctrl-names = "default";
92 pinctrl-0 = <&pinctrl_audmux_1>;
93 status = "disabled";
94};
95
96&ssi2 {
97 pinctrl-names = "default";
98 pinctrl-0 = <&pinctrl_audmux_2>;
99 status = "disabled";
100};
101
102&uart1 {
103 pinctrl-names = "default";
104 pinctrl-0 = <&pinctrl_uart1_2>,
105 <&pinctrl_uart1_3>;
106 fsl,uart-has-rtscts;
107 status = "disabled";
108};
109
110&uart2 {
111 pinctrl-names = "default";
112 pinctrl-0 = <&pinctrl_uart2_2>;
113 fsl,uart-has-rtscts;
114 status = "disabled";
115};
116
117&uart3 {
118 pinctrl-names = "default";
119 pinctrl-0 = <&pinctrl_uart3_1>;
120 fsl,uart-has-rtscts;
121 status = "disabled";
122};