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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm/nxp/imx/imx53-m53.dtsi

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/imx53-m53.dtsi (Architecture i386) and /scripts/dtc/include-prefixes/arm/nxp/imx/imx53-m53.dtsi (Architecture m68k)


  1 // SPDX-License-Identifier: GPL-2.0-or-later        1 // SPDX-License-Identifier: GPL-2.0-or-later
  2 /*                                                  2 /*
  3  * Copyright (C) 2014 Marek Vasut <marex@denx.d      3  * Copyright (C) 2014 Marek Vasut <marex@denx.de>
  4  */                                                 4  */
  5                                                     5 
  6 #include "imx53.dtsi"                               6 #include "imx53.dtsi"
  7                                                     7 
  8 / {                                                 8 / {
  9         model = "Aries/DENX M53";                   9         model = "Aries/DENX M53";
 10         compatible = "aries,imx53-m53", "denx,     10         compatible = "aries,imx53-m53", "denx,imx53-m53", "fsl,imx53";
 11                                                    11 
 12         memory@70000000 {                          12         memory@70000000 {
 13                 device_type = "memory";            13                 device_type = "memory";
 14                 reg = <0x70000000 0x20000000>,     14                 reg = <0x70000000 0x20000000>,
 15                       <0xb0000000 0x20000000>;     15                       <0xb0000000 0x20000000>;
 16         };                                         16         };
 17                                                    17 
 18         reg_3p2v: regulator-3p2v {                 18         reg_3p2v: regulator-3p2v {
 19                 compatible = "regulator-fixed"     19                 compatible = "regulator-fixed";
 20                 regulator-name = "3P2V";           20                 regulator-name = "3P2V";
 21                 regulator-min-microvolt = <320     21                 regulator-min-microvolt = <3200000>;
 22                 regulator-max-microvolt = <320     22                 regulator-max-microvolt = <3200000>;
 23                 regulator-always-on;               23                 regulator-always-on;
 24         };                                         24         };
 25                                                    25 
 26         reg_backlight: regulator-backlight {       26         reg_backlight: regulator-backlight {
 27                 compatible = "regulator-fixed"     27                 compatible = "regulator-fixed";
 28                 regulator-name = "lcd-supply";     28                 regulator-name = "lcd-supply";
 29                 regulator-min-microvolt = <320     29                 regulator-min-microvolt = <3200000>;
 30                 regulator-max-microvolt = <320     30                 regulator-max-microvolt = <3200000>;
 31                 regulator-always-on;               31                 regulator-always-on;
 32         };                                         32         };
 33 };                                                 33 };
 34                                                    34 
 35 &i2c2 {                                            35 &i2c2 {
 36         pinctrl-names = "default";                 36         pinctrl-names = "default";
 37         pinctrl-0 = <&pinctrl_i2c2>;               37         pinctrl-0 = <&pinctrl_i2c2>;
 38         clock-frequency = <400000>;                38         clock-frequency = <400000>;
 39         status = "okay";                           39         status = "okay";
 40                                                    40 
 41         touchscreen@41 {                           41         touchscreen@41 {
 42                 compatible = "st,stmpe610";        42                 compatible = "st,stmpe610";
 43                 reg = <0x41>;                      43                 reg = <0x41>;
 44                 id = <0>;                          44                 id = <0>;
 45                 blocks = <0x5>;                    45                 blocks = <0x5>;
 46                 interrupts = <6 0x0>;              46                 interrupts = <6 0x0>;
 47                 interrupt-parent = <&gpio7>;       47                 interrupt-parent = <&gpio7>;
 48                 irq-trigger = <0x1>;               48                 irq-trigger = <0x1>;
 49                                                    49 
 50                 stmpe_touchscreen {                50                 stmpe_touchscreen {
 51                         compatible = "st,stmpe     51                         compatible = "st,stmpe-ts";
 52                         st,sample-time = <4>;      52                         st,sample-time = <4>;
 53                         st,mod-12b = <1>;          53                         st,mod-12b = <1>;
 54                         st,ref-sel = <0>;          54                         st,ref-sel = <0>;
 55                         st,adc-freq = <1>;         55                         st,adc-freq = <1>;
 56                         st,ave-ctrl = <3>;         56                         st,ave-ctrl = <3>;
 57                         st,touch-det-delay = <     57                         st,touch-det-delay = <3>;
 58                         st,settling = <4>;         58                         st,settling = <4>;
 59                         st,fraction-z = <7>;       59                         st,fraction-z = <7>;
 60                         st,i-drive = <1>;          60                         st,i-drive = <1>;
 61                 };                                 61                 };
 62         };                                         62         };
 63                                                    63 
 64         eeprom: eeprom@50 {                        64         eeprom: eeprom@50 {
 65                 compatible = "atmel,24c128";       65                 compatible = "atmel,24c128";
 66                 reg = <0x50>;                      66                 reg = <0x50>;
 67                 pagesize = <32>;                   67                 pagesize = <32>;
 68         };                                         68         };
 69                                                    69 
 70         rtc: rtc@68 {                              70         rtc: rtc@68 {
 71                 compatible = "st,m41t62";          71                 compatible = "st,m41t62";
 72                 reg = <0x68>;                      72                 reg = <0x68>;
 73         };                                         73         };
 74 };                                                 74 };
 75                                                    75 
 76 &iomuxc {                                          76 &iomuxc {
 77         pinctrl-names = "default";                 77         pinctrl-names = "default";
 78         pinctrl-0 = <&pinctrl_hog>;                78         pinctrl-0 = <&pinctrl_hog>;
 79                                                    79 
 80         imx53-m53evk {                             80         imx53-m53evk {
 81                 pinctrl_hog: hoggrp {              81                 pinctrl_hog: hoggrp {
 82                         fsl,pins = <               82                         fsl,pins = <
 83                                 MX53_PAD_GPIO_     83                                 MX53_PAD_GPIO_0__CCM_SSI_EXT1_CLK       0x80000000
 84                                 MX53_PAD_EIM_E     84                                 MX53_PAD_EIM_EB3__GPIO2_31              0x80000000
 85                                 MX53_PAD_PATA_     85                                 MX53_PAD_PATA_DA_0__GPIO7_6             0x80000000
 86                         >;                         86                         >;
 87                 };                                 87                 };
 88                                                    88 
 89                 pinctrl_i2c2: i2c2grp {            89                 pinctrl_i2c2: i2c2grp {
 90                         fsl,pins = <               90                         fsl,pins = <
 91                                 MX53_PAD_EIM_D     91                                 MX53_PAD_EIM_D16__I2C2_SDA              0xc0000000
 92                                 MX53_PAD_EIM_E     92                                 MX53_PAD_EIM_EB2__I2C2_SCL              0xc0000000
 93                         >;                         93                         >;
 94                 };                                 94                 };
 95                                                    95 
 96                 pinctrl_nand: nandgrp {            96                 pinctrl_nand: nandgrp {
 97                         fsl,pins = <               97                         fsl,pins = <
 98                                 MX53_PAD_NANDF     98                                 MX53_PAD_NANDF_WE_B__EMI_NANDF_WE_B     0x4
 99                                 MX53_PAD_NANDF     99                                 MX53_PAD_NANDF_RE_B__EMI_NANDF_RE_B     0x4
100                                 MX53_PAD_NANDF    100                                 MX53_PAD_NANDF_CLE__EMI_NANDF_CLE       0x4
101                                 MX53_PAD_NANDF    101                                 MX53_PAD_NANDF_ALE__EMI_NANDF_ALE       0x4
102                                 MX53_PAD_NANDF    102                                 MX53_PAD_NANDF_WP_B__EMI_NANDF_WP_B     0xe0
103                                 MX53_PAD_NANDF    103                                 MX53_PAD_NANDF_RB0__EMI_NANDF_RB_0      0xe0
104                                 MX53_PAD_NANDF    104                                 MX53_PAD_NANDF_CS0__EMI_NANDF_CS_0      0x4
105                                 MX53_PAD_PATA_    105                                 MX53_PAD_PATA_DATA0__EMI_NANDF_D_0      0xa4
106                                 MX53_PAD_PATA_    106                                 MX53_PAD_PATA_DATA1__EMI_NANDF_D_1      0xa4
107                                 MX53_PAD_PATA_    107                                 MX53_PAD_PATA_DATA2__EMI_NANDF_D_2      0xa4
108                                 MX53_PAD_PATA_    108                                 MX53_PAD_PATA_DATA3__EMI_NANDF_D_3      0xa4
109                                 MX53_PAD_PATA_    109                                 MX53_PAD_PATA_DATA4__EMI_NANDF_D_4      0xa4
110                                 MX53_PAD_PATA_    110                                 MX53_PAD_PATA_DATA5__EMI_NANDF_D_5      0xa4
111                                 MX53_PAD_PATA_    111                                 MX53_PAD_PATA_DATA6__EMI_NANDF_D_6      0xa4
112                                 MX53_PAD_PATA_    112                                 MX53_PAD_PATA_DATA7__EMI_NANDF_D_7      0xa4
113                         >;                        113                         >;
114                 };                                114                 };
115         };                                        115         };
116 };                                                116 };
117                                                   117 
118 &nfc {                                            118 &nfc {
119         pinctrl-names = "default";                119         pinctrl-names = "default";
120         pinctrl-0 = <&pinctrl_nand>;              120         pinctrl-0 = <&pinctrl_nand>;
121         nand-bus-width = <8>;                     121         nand-bus-width = <8>;
122         nand-ecc-mode = "hw";                     122         nand-ecc-mode = "hw";
123         status = "okay";                          123         status = "okay";
124 };                                                124 };
                                                      

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