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/imx6qdl-tqma6b.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  * Copyright 2013 Sascha Hauer, Pengutronix
    4  * Copyright 2013-2017 Markus Niebel <Markus.Niebel@tq-group.com>
    5  */
    6 
    7 #include <dt-bindings/gpio/gpio.h>
    8 
    9 &i2c3 {
   10         pinctrl-names = "default", "gpio";
   11         pinctrl-0 = <&pinctrl_i2c3>;
   12         pinctrl-1 = <&pinctrl_i2c3_recovery>;
   13         scl-gpios = <&gpio1 5 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
   14         sda-gpios = <&gpio1 6 (GPIO_ACTIVE_HIGH | GPIO_OPEN_DRAIN)>;
   15         clock-frequency = <100000>;
   16         status = "okay";
   17 
   18         pmic: pmic@8 {
   19                 compatible = "fsl,pfuze100";
   20                 reg = <0x08>;
   21         };
   22 
   23         sensor@48 {
   24                 compatible = "national,lm75";
   25                 reg = <0x48>;
   26         };
   27 
   28         eeprom@50 {
   29                 compatible = "st,24c64", "atmel,24c64";
   30                 reg = <0x50>;
   31                 pagesize = <32>;
   32         };
   33 };

Cache object: bddc26a4094f00136ae65f775c6b1013


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