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