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/arm64/amlogic/meson-gxbb-wetek-hub.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 (c) 2016 BayLibre, Inc.
    4  * Author: Neil Armstrong <narmstrong@baylibre.com>
    5  */
    6 
    7 /dts-v1/;
    8 
    9 #include "meson-gxbb-wetek.dtsi"
   10 #include <dt-bindings/sound/meson-aiu.h>
   11 
   12 / {
   13         compatible = "wetek,hub", "amlogic,meson-gxbb";
   14         model = "WeTek Hub";
   15 
   16         sound {
   17                 compatible = "amlogic,gx-sound-card";
   18                 model = "WETEK-HUB";
   19                 assigned-clocks = <&clkc CLKID_MPLL0>,
   20                                   <&clkc CLKID_MPLL1>,
   21                                   <&clkc CLKID_MPLL2>;
   22                 assigned-clock-parents = <0>, <0>, <0>;
   23                 assigned-clock-rates = <294912000>,
   24                                        <270950400>,
   25                                        <393216000>;
   26                 status = "okay";
   27 
   28                 dai-link-0 {
   29                         sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
   30                 };
   31 
   32                 dai-link-1 {
   33                         sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
   34                         dai-format = "i2s";
   35                         mclk-fs = <256>;
   36 
   37                         codec-0 {
   38                                 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
   39                         };
   40                 };
   41 
   42                 dai-link-2 {
   43                         sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
   44 
   45                         codec-0 {
   46                                 sound-dai = <&hdmi_tx>;
   47                         };
   48                 };
   49         };
   50 };
   51 
   52 &aiu {
   53         status = "okay";
   54 };
   55 
   56 &ir {
   57         linux,rc-map-name = "rc-wetek-hub";
   58 };

Cache object: 97257515bca3da0dc02e51b7666d0547


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