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

Quelle  omap4-droid-bionic-xt875.dts   Sprache: unbekannt

 
// SPDX-License-Identifier: GPL-2.0-only
/dts-v1/;

#include "motorola-mapphone-xt8xx.dtsi"

/ {
 model = "Motorola Droid Bionic XT875";
 compatible = "motorola,droid-bionic", "ti,omap4430", "ti,omap4";

 chosen {
  stdout-path = &uart3;
 };

 aliases {
  display0 = &lcd0;
  display1 = &hdmi0;
 };
};

&keypad {
 keypad,num-rows = <8>;
 keypad,num-columns = <8>;
 linux,keymap = <
 MATRIX_KEY(5, 0, KEY_VOLUMEUP)
 MATRIX_KEY(3, 0, KEY_VOLUMEDOWN)
 >;
};

&i2c1 {
 led-controller@38 {
  compatible = "ti,lm3532";
  #address-cells = <1>;
  #size-cells = <0>;
  reg = <0x38>;

  enable-gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;

  ramp-up-us = <1024>;
  ramp-down-us = <8193>;

  backlight_led: led@0 {
   reg = <0>;
   led-sources = <2>;
   ti,led-mode = <0>;
   label = ":backlight";
  };
 };
};

&i2c4 {
 kxtf9: accelerometer@f {
  compatible = "kionix,kxtf9";
  reg = <0x0f>;

  vdd-supply = <&vhvio>;

  interrupt-parent = <&gpio2>;
  interrupts = <2 IRQ_TYPE_EDGE_RISING>;

  rotation-matrix = "0", "-1", "0",
      "1", "0", "0",
      "0", "0", "1";
 };
};

[ Dauer der Verarbeitung: 0.3 Sekunden  (vorverarbeitet)  ]