The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/src/arm/omap4-droid-bionic-xt875.dts

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 // SPDX-License-Identifier: GPL-2.0-only
    2 /dts-v1/;
    3 
    4 #include "motorola-mapphone-common.dtsi"
    5 
    6 / {
    7         model = "Motorola Droid Bionic XT875";
    8         compatible = "motorola,droid-bionic", "ti,omap4430", "ti,omap4";
    9 };
   10 
   11 &keypad {
   12         keypad,num-rows = <8>;
   13         keypad,num-columns = <8>;
   14         linux,keymap = <
   15         MATRIX_KEY(5, 0, KEY_VOLUMEUP)
   16         MATRIX_KEY(3, 0, KEY_VOLUMEDOWN)
   17         >;
   18 };
   19 
   20 &i2c1 {
   21         led-controller@38 {
   22                 compatible = "ti,lm3532";
   23                 #address-cells = <1>;
   24                 #size-cells = <0>;
   25                 reg = <0x38>;
   26 
   27                 enable-gpios = <&gpio6 12 GPIO_ACTIVE_HIGH>;
   28 
   29                 ramp-up-us = <1024>;
   30                 ramp-down-us = <8193>;
   31 
   32                 backlight_led: led@0 {
   33                         reg = <0>;
   34                         led-sources = <2>;
   35                         ti,led-mode = <0>;
   36                         label = ":backlight";
   37                 };
   38         };
   39 };
   40 
   41 &i2c4 {
   42         kxtf9: accelerometer@f {
   43                 compatible = "kionix,kxtf9";
   44                 reg = <0x0f>;
   45 
   46                 vdd-supply = <&vhvio>;
   47 
   48                 interrupt-parent = <&gpio2>;
   49                 interrupts = <2 IRQ_TYPE_EDGE_RISING>;
   50 
   51                 rotation-matrix = "0", "-1", "0",
   52                                   "1", "0", "0",
   53                                   "0", "0", "1";
   54         };
   55 };

Cache object: 05021d259af7e03f04cdf7c06ca0ddd1


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.