dt-bindings: reset: imx7: Fix the spelling of 'indices'
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / imx28-m28.dtsi
1 /*
2  * Copyright (C) 2014 Marek Vasut <marex@denx.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 "imx28.dtsi"
13
14 / {
15         model = "Aries/DENX M28";
16         compatible = "aries,m28", "denx,m28", "fsl,imx28";
17
18         memory@40000000 {
19                 device_type = "memory";
20                 reg = <0x40000000 0x08000000>;
21         };
22
23         apb@80000000 {
24                 apbh@80000000 {
25                         gpmi-nand@8000c000 {
26                                 #address-cells = <1>;
27                                 #size-cells = <1>;
28                                 pinctrl-names = "default";
29                                 pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
30                                 status = "okay";
31                         };
32                 };
33
34                 apbx@80040000 {
35                         i2c0: i2c@80058000 {
36                                 pinctrl-names = "default";
37                                 pinctrl-0 = <&i2c0_pins_a>;
38                                 status = "okay";
39
40                                 rtc: rtc@68 {
41                                         compatible = "st,m41t62";
42                                         reg = <0x68>;
43                                 };
44                         };
45                 };
46         };
47
48         regulators {
49                 compatible = "simple-bus";
50                 #address-cells = <1>;
51                 #size-cells = <0>;
52
53                 reg_3p3v: regulator@0 {
54                         compatible = "regulator-fixed";
55                         reg = <0>;
56                         regulator-name = "3P3V";
57                         regulator-min-microvolt = <3300000>;
58                         regulator-max-microvolt = <3300000>;
59                         regulator-always-on;
60                 };
61         };
62 };