~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/amlogic/meson-gxbb-wetek-play2.dts

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /scripts/dtc/include-prefixes/arm64/amlogic/meson-gxbb-wetek-play2.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/amlogic/meson-gxbb-wetek-play2.dts (Version linux-6.8.12)


  1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)       1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
  2 /*                                                  2 /*
  3  * Copyright (c) 2016 BayLibre, Inc.                3  * Copyright (c) 2016 BayLibre, Inc.
  4  * Author: Neil Armstrong <narmstrong@baylibre.      4  * Author: Neil Armstrong <narmstrong@baylibre.com>
  5  */                                                 5  */
  6                                                     6 
  7 /dts-v1/;                                           7 /dts-v1/;
  8                                                     8 
  9 #include "meson-gxbb-wetek.dtsi"                    9 #include "meson-gxbb-wetek.dtsi"
 10 #include <dt-bindings/input/input.h>               10 #include <dt-bindings/input/input.h>
 11 #include <dt-bindings/sound/meson-aiu.h>           11 #include <dt-bindings/sound/meson-aiu.h>
 12                                                    12 
 13 / {                                                13 / {
 14         compatible = "wetek,play2", "amlogic,m     14         compatible = "wetek,play2", "amlogic,meson-gxbb";
 15         model = "WeTek Play 2";                    15         model = "WeTek Play 2";
 16                                                    16 
 17         spdif_dit: audio-codec-0 {                 17         spdif_dit: audio-codec-0 {
 18                 #sound-dai-cells = <0>;            18                 #sound-dai-cells = <0>;
 19                 compatible = "linux,spdif-dit"     19                 compatible = "linux,spdif-dit";
 20                 sound-name-prefix = "DIT";         20                 sound-name-prefix = "DIT";
 21         };                                         21         };
 22                                                    22 
 23         leds {                                     23         leds {
 24                 led-wifi {                         24                 led-wifi {
 25                         label = "wetek-play:wi     25                         label = "wetek-play:wifi-status";
 26                         gpios = <&gpio GPIODV_     26                         gpios = <&gpio GPIODV_26 GPIO_ACTIVE_HIGH>;
 27                         default-state = "off";     27                         default-state = "off";
 28                 };                                 28                 };
 29                                                    29 
 30                 led-ethernet {                     30                 led-ethernet {
 31                         label = "wetek-play:et     31                         label = "wetek-play:ethernet-status";
 32                         gpios = <&gpio GPIODV_     32                         gpios = <&gpio GPIODV_27 GPIO_ACTIVE_HIGH>;
 33                         default-state = "off";     33                         default-state = "off";
 34                 };                                 34                 };
 35         };                                         35         };
 36                                                    36 
 37         gpio-keys-polled {                         37         gpio-keys-polled {
 38                 compatible = "gpio-keys-polled     38                 compatible = "gpio-keys-polled";
 39                 poll-interval = <100>;             39                 poll-interval = <100>;
 40                                                    40 
 41                 button {                           41                 button {
 42                         label = "reset";           42                         label = "reset";
 43                         linux,code = <KEY_REST     43                         linux,code = <KEY_RESTART>;
 44                         gpios = <&gpio_ao GPIO     44                         gpios = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_LOW>;
 45                 };                                 45                 };
 46         };                                         46         };
 47                                                    47 
 48         sound {                                    48         sound {
 49                 compatible = "amlogic,gx-sound     49                 compatible = "amlogic,gx-sound-card";
 50                 model = "WETEK-PLAY2";             50                 model = "WETEK-PLAY2";
 51                 clocks = <&clkc CLKID_MPLL0>,  << 
 52                          <&clkc CLKID_MPLL1>,  << 
 53                          <&clkc CLKID_MPLL2>;  << 
 54                                                << 
 55                 assigned-clocks = <&clkc CLKID     51                 assigned-clocks = <&clkc CLKID_MPLL0>,
 56                                   <&clkc CLKID     52                                   <&clkc CLKID_MPLL1>,
 57                                   <&clkc CLKID     53                                   <&clkc CLKID_MPLL2>;
 58                 assigned-clock-parents = <0>,      54                 assigned-clock-parents = <0>, <0>, <0>;
 59                 assigned-clock-rates = <294912     55                 assigned-clock-rates = <294912000>,
 60                                        <270950     56                                        <270950400>,
 61                                        <393216     57                                        <393216000>;
 62                                                    58 
 63                 dai-link-0 {                       59                 dai-link-0 {
 64                         sound-dai = <&aiu AIU_     60                         sound-dai = <&aiu AIU_CPU CPU_I2S_FIFO>;
 65                 };                                 61                 };
 66                                                    62 
 67                 dai-link-1 {                       63                 dai-link-1 {
 68                         sound-dai = <&aiu AIU_     64                         sound-dai = <&aiu AIU_CPU CPU_SPDIF_FIFO>;
 69                 };                                 65                 };
 70                                                    66 
 71                 dai-link-2 {                       67                 dai-link-2 {
 72                         sound-dai = <&aiu AIU_     68                         sound-dai = <&aiu AIU_CPU CPU_I2S_ENCODER>;
 73                         dai-format = "i2s";        69                         dai-format = "i2s";
 74                         mclk-fs = <256>;           70                         mclk-fs = <256>;
 75                                                    71 
 76                         codec-0 {                  72                         codec-0 {
 77                                 sound-dai = <&     73                                 sound-dai = <&aiu AIU_HDMI CTRL_I2S>;
 78                         };                         74                         };
 79                 };                                 75                 };
 80                                                    76 
 81                 dai-link-3 {                       77                 dai-link-3 {
 82                         sound-dai = <&aiu AIU_     78                         sound-dai = <&aiu AIU_CPU CPU_SPDIF_ENCODER>;
 83                                                    79 
 84                         codec-0 {                  80                         codec-0 {
 85                                 sound-dai = <&     81                                 sound-dai = <&spdif_dit>;
 86                         };                         82                         };
 87                 };                                 83                 };
 88                                                    84 
 89                 dai-link-4 {                       85                 dai-link-4 {
 90                         sound-dai = <&aiu AIU_     86                         sound-dai = <&aiu AIU_HDMI CTRL_OUT>;
 91                                                    87 
 92                         codec-0 {                  88                         codec-0 {
 93                                 sound-dai = <&     89                                 sound-dai = <&hdmi_tx>;
 94                         };                         90                         };
 95                 };                                 91                 };
 96         };                                         92         };
 97 };                                                 93 };
 98                                                    94 
 99 &aiu {                                             95 &aiu {
100         status = "okay";                           96         status = "okay";
101         pinctrl-0 = <&spdif_out_y_pins>;           97         pinctrl-0 = <&spdif_out_y_pins>;
102         pinctrl-names = "default";                 98         pinctrl-names = "default";
103 };                                                 99 };
104                                                   100 
105 &i2c_A {                                          101 &i2c_A {
106         status = "okay";                          102         status = "okay";
107         pinctrl-0 = <&i2c_a_pins>;                103         pinctrl-0 = <&i2c_a_pins>;
108         pinctrl-names = "default";                104         pinctrl-names = "default";
109 };                                                105 };
110                                                   106 
111 &usb1_phy {                                       107 &usb1_phy {
112         status = "okay";                          108         status = "okay";
113 };                                                109 };
114                                                   110 
115 &usb1 {                                           111 &usb1 {
116         status = "okay";                          112         status = "okay";
117 };                                                113 };
118                                                   114 
119 &ir {                                             115 &ir {
120         linux,rc-map-name = "rc-wetek-play2";     116         linux,rc-map-name = "rc-wetek-play2";
121 };                                                117 };
                                                      

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php