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/sama5d3xdm.dtsi

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-or-later
    2 /*
    3  * sama5d3dm.dtsi - Device Tree file for SAMA5 display module
    4  *
    5  *  Copyright (C) 2013 Atmel,
    6  *                2013 Ludovic Desroches <ludovic.desroches@atmel.com>
    7  */
    8 
    9 / {
   10         ahb {
   11                 apb {
   12                         i2c1: i2c@f0018000 {
   13                                 qt1070: keyboard@1b {
   14                                         compatible = "qt1070";
   15                                         reg = <0x1b>;
   16                                         interrupt-parent = <&pioE>;
   17                                         interrupts = <31 0x0>;
   18                                         pinctrl-names = "default";
   19                                         pinctrl-0 = <&pinctrl_qt1070_irq>;
   20                                         wakeup-source;
   21                                 };
   22                         };
   23 
   24                         adc0: adc@f8018000 {
   25                                 atmel,adc-ts-wires = <4>;
   26                                 atmel,adc-ts-pressure-threshold = <10000>;
   27                                 status = "okay";
   28                         };
   29 
   30                         pinctrl@fffff200 {
   31                                 board {
   32                                         pinctrl_qt1070_irq: qt1070_irq {
   33                                                 atmel,pins =
   34                                                         <AT91_PIOE 31 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>; /* PE31 GPIO with pull up deglith */
   35                                         };
   36                                 };
   37                         };
   38                 };
   39         };
   40 };

Cache object: 0c69f21d7bc5752ecf5e90eed735ffb2


[ 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.