Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/arch/arm/boot/dts/nxp/mxs/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 785 B image not shown  

Quelle  imx28-m28.dtsi   Sprache: unbekannt

 
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (C) 2014 Marek Vasut <marex@denx.de>
 */

#include "imx28.dtsi"

/ {
 model = "Aries/DENX M28";
 compatible = "aries,m28", "denx,m28", "fsl,imx28";

 memory@40000000 {
  device_type = "memory";
  reg = <0x40000000 0x08000000>;
 };

 reg_3p3v: regulator-0 {
  compatible = "regulator-fixed";
  regulator-name = "3P3V";
  regulator-min-microvolt = <3300000>;
  regulator-max-microvolt = <3300000>;
  regulator-always-on;
 };
};

&gpmi {
 #address-cells = <1>;
 #size-cells = <1>;
 pinctrl-names = "default";
 pinctrl-0 = <&gpmi_pins_a &gpmi_status_cfg>;
 status = "okay";
};

&i2c0 {
 pinctrl-names = "default";
 pinctrl-0 = <&i2c0_pins_a>;
 status = "okay";

 rtc: rtc@68 {
  compatible = "st,m41t62";
  reg = <0x68>;
 };
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]