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/imx6ul-pico-dwarf.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 OR MIT)
    2 //
    3 // Copyright 2015 Technexion Ltd.
    4 //
    5 // Author: Wig Cheng  <wig.cheng@technexion.com>
    6 //         Richard Hu <richard.hu@technexion.com>
    7 //         Tapani Utriainen <tapani@technexion.com>
    8 /dts-v1/;
    9 
   10 #include "imx6ul-pico.dtsi"
   11 / {
   12         model = "TechNexion PICO-IMX6UL and DWARF baseboard";
   13         compatible = "technexion,imx6ul-pico-dwarf", "fsl,imx6ul";
   14 
   15         sound {
   16                 compatible = "fsl,imx-audio-sgtl5000";
   17                 model = "imx6ul-sgtl5000";
   18                 audio-cpu = <&sai1>;
   19                 audio-codec = <&sgtl5000>;
   20                 audio-routing =
   21                         "LINE_IN", "Line In Jack",
   22                         "MIC_IN", "Mic Jack",
   23                         "Mic Jack", "Mic Bias",
   24                         "Headphone Jack", "HP_OUT";
   25         };
   26 
   27         sys_mclk: clock-sys-mclk {
   28                 compatible = "fixed-clock";
   29                 #clock-cells = <0>;
   30                 clock-frequency = <24576000>;
   31         };
   32 };
   33 
   34 &i2c2 {
   35         clock_frequency = <100000>;
   36         pinctrl-names = "default";
   37         pinctrl-0 = <&pinctrl_i2c2>;
   38         status = "okay";
   39 
   40         sgtl5000: audio-codec@a {
   41                 reg = <0x0a>;
   42                 compatible = "fsl,sgtl5000";
   43                 clocks = <&sys_mclk>;
   44                 VDDA-supply = <&reg_2p5v>;
   45                 VDDIO-supply = <&reg_3p3v>;
   46         };
   47 
   48         pressure-sensor@60 {
   49                 compatible = "fsl,mpl3115";
   50                 reg = <0x60>;
   51         };
   52 };

Cache object: 2c70537950a2894cb7bf6956fcf84ce3


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