Loading...
Note: File does not exist in v6.2.
1// SPDX-License-Identifier: GPL-2.0-or-later
2/*
3 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
4 */
5
6#include "imx28.dtsi"
7
8/ {
9 model = "Aries/DENX M28";
10 compatible = "aries,m28", "denx,m28", "fsl,imx28";
11
12 memory@40000000 {
13 device_type = "memory";
14 reg = <0x40000000 0x08000000>;
15 };
16
17 reg_3p3v: regulator-0 {
18 compatible = "regulator-fixed";
19 regulator-name = "3P3V";
20 regulator-min-microvolt = <3300000>;
21 regulator-max-microvolt = <3300000>;
22 regulator-always-on;
23 };
24};
25
26&gpmi {
27 #address-cells = <1>;
28 #size-cells = <1>;
29 pinctrl-names = "default";
30 pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
31 status = "okay";
32};
33
34&i2c0 {
35 pinctrl-names = "default";
36 pinctrl-0 = <&i2c0_pins_a>;
37 status = "okay";
38
39 rtc: rtc@68 {
40 compatible = "st,m41t62";
41 reg = <0x68>;
42 };
43};