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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx6ul-pico-hobbit.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/arm/nxp/imx/imx6ul-pico-hobbit.dts (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/imx/imx6ul-pico-hobbit.dts (Architecture mips)


  1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)        1 // SPDX-License-Identifier: (GPL-2.0 OR MIT)
  2 //                                                  2 //
  3 // Copyright 2015 Technexion Ltd.                   3 // Copyright 2015 Technexion Ltd.
  4 //                                                  4 //
  5 // Author: Wig Cheng  <wig.cheng@technexion.com      5 // Author: Wig Cheng  <wig.cheng@technexion.com>
  6 //         Richard Hu <richard.hu@technexion.co      6 //         Richard Hu <richard.hu@technexion.com>
  7 //         Tapani Utriainen <tapani@technexion.      7 //         Tapani Utriainen <tapani@technexion.com>
  8 /dts-v1/;                                           8 /dts-v1/;
  9                                                     9 
 10 #include "imx6ul-pico.dtsi"                        10 #include "imx6ul-pico.dtsi"
 11 / {                                                11 / {
 12         model = "TechNexion PICO-IMX6UL and HO     12         model = "TechNexion PICO-IMX6UL and HOBBIT baseboard";
 13         compatible = "technexion,imx6ul-pico-h     13         compatible = "technexion,imx6ul-pico-hobbit", "fsl,imx6ul";
 14                                                    14 
 15         leds {                                     15         leds {
 16                 compatible = "gpio-leds";          16                 compatible = "gpio-leds";
 17                 pinctrl-names = "default";         17                 pinctrl-names = "default";
 18                 pinctrl-0 = <&pinctrl_gpio_led     18                 pinctrl-0 = <&pinctrl_gpio_leds>;
 19                                                    19 
 20                 led {                              20                 led {
 21                         label = "gpio-led";        21                         label = "gpio-led";
 22                         gpios = <&gpio1 29 GPI     22                         gpios = <&gpio1 29 GPIO_ACTIVE_LOW>;
 23                 };                                 23                 };
 24         };                                         24         };
 25                                                    25 
 26         sound {                                    26         sound {
 27                 compatible = "fsl,imx-audio-sg     27                 compatible = "fsl,imx-audio-sgtl5000";
 28                 model = "imx6ul-sgtl5000";         28                 model = "imx6ul-sgtl5000";
 29                 audio-cpu = <&sai1>;               29                 audio-cpu = <&sai1>;
 30                 audio-codec = <&sgtl5000>;         30                 audio-codec = <&sgtl5000>;
 31                 audio-routing =                    31                 audio-routing =
 32                         "LINE_IN", "Line In Ja     32                         "LINE_IN", "Line In Jack",
 33                         "MIC_IN", "Mic Jack",      33                         "MIC_IN", "Mic Jack",
 34                         "Mic Jack", "Mic Bias"     34                         "Mic Jack", "Mic Bias",
 35                         "Headphone Jack", "HP_     35                         "Headphone Jack", "HP_OUT";
 36         };                                         36         };
 37                                                    37 
 38         sys_mclk: clock-sys-mclk {                 38         sys_mclk: clock-sys-mclk {
 39                 compatible = "fixed-clock";        39                 compatible = "fixed-clock";
 40                 #clock-cells = <0>;                40                 #clock-cells = <0>;
 41                 clock-frequency = <24576000>;      41                 clock-frequency = <24576000>;
 42         };                                         42         };
 43 };                                                 43 };
 44                                                    44 
 45 &i2c2 {                                            45 &i2c2 {
 46         clock-frequency = <100000>;                46         clock-frequency = <100000>;
 47         pinctrl-names = "default";                 47         pinctrl-names = "default";
 48         pinctrl-0 = <&pinctrl_i2c2>;               48         pinctrl-0 = <&pinctrl_i2c2>;
 49         status = "okay";                           49         status = "okay";
 50                                                    50 
 51         sgtl5000: codec@a {                        51         sgtl5000: codec@a {
 52                 reg = <0x0a>;                      52                 reg = <0x0a>;
 53                 compatible = "fsl,sgtl5000";       53                 compatible = "fsl,sgtl5000";
 54                 #sound-dai-cells = <0>;            54                 #sound-dai-cells = <0>;
 55                 clocks = <&sys_mclk>;              55                 clocks = <&sys_mclk>;
 56                 VDDA-supply = <&reg_2p5v>;         56                 VDDA-supply = <&reg_2p5v>;
 57                 VDDIO-supply = <&reg_3p3v>;        57                 VDDIO-supply = <&reg_3p3v>;
 58         };                                         58         };
 59 };                                                 59 };
 60                                                    60 
 61 &i2c3 {                                            61 &i2c3 {
 62         status = "okay";                           62         status = "okay";
 63                                                    63 
 64         polytouch: touchscreen@38 {                64         polytouch: touchscreen@38 {
 65                 compatible = "edt,edt-ft5x06";     65                 compatible = "edt,edt-ft5x06";
 66                 reg = <0x38>;                      66                 reg = <0x38>;
 67                 interrupt-parent = <&gpio1>;       67                 interrupt-parent = <&gpio1>;
 68                 interrupts = <29 IRQ_TYPE_EDGE     68                 interrupts = <29 IRQ_TYPE_EDGE_FALLING>;
 69                 reset-gpios = <&gpio4 24 GPIO_     69                 reset-gpios = <&gpio4 24 GPIO_ACTIVE_LOW>;
 70                 touchscreen-size-x = <800>;        70                 touchscreen-size-x = <800>;
 71                 touchscreen-size-y = <480>;        71                 touchscreen-size-y = <480>;
 72         };                                         72         };
 73                                                    73 
 74         adc081c: adc@50 {                          74         adc081c: adc@50 {
 75                 compatible = "ti,adc081c";         75                 compatible = "ti,adc081c";
 76                 reg = <0x50>;                      76                 reg = <0x50>;
 77                 vref-supply = <&reg_3p3v>;         77                 vref-supply = <&reg_3p3v>;
 78         };                                         78         };
 79 };                                                 79 };
 80                                                    80 
 81 &iomuxc {                                          81 &iomuxc {
 82         pinctrl-names = "default";                 82         pinctrl-names = "default";
 83         pinctrl-0 = <&pinctrl_hog>;                83         pinctrl-0 = <&pinctrl_hog>;
 84                                                    84 
 85         pinctrl_hog: hoggrp {                      85         pinctrl_hog: hoggrp {
 86                 fsl,pins = <                       86                 fsl,pins = <
 87                         MX6UL_PAD_CSI_VSYNC__G     87                         MX6UL_PAD_CSI_VSYNC__GPIO4_IO19         0x10b0
 88                         MX6UL_PAD_CSI_DATA00__     88                         MX6UL_PAD_CSI_DATA00__GPIO4_IO21        0x10b0
 89                         MX6UL_PAD_CSI_DATA01__     89                         MX6UL_PAD_CSI_DATA01__GPIO4_IO22        0x10b0
 90                         MX6UL_PAD_CSI_DATA02__     90                         MX6UL_PAD_CSI_DATA02__GPIO4_IO23        0x10b0
 91                         MX6UL_PAD_UART1_CTS_B_     91                         MX6UL_PAD_UART1_CTS_B__GPIO1_IO18       0x10b0
 92                         MX6UL_PAD_SNVS_TAMPER2     92                         MX6UL_PAD_SNVS_TAMPER2__GPIO5_IO02      0x10b0
 93                 >;                                 93                 >;
 94         };                                         94         };
 95                                                    95 
 96         pinctrl_gpio_leds: gpioledsgrp {           96         pinctrl_gpio_leds: gpioledsgrp {
 97                 fsl,pins = <                       97                 fsl,pins = <
 98                         MX6UL_PAD_UART4_RX_DAT     98                         MX6UL_PAD_UART4_RX_DATA__GPIO1_IO29     0x10b0
 99                 >;                                 99                 >;
100         };                                        100         };
101 };                                                101 };
                                                      

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