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

TOMOYO Linux Cross Reference
Linux/scripts/dtc/include-prefixes/arm64/freescale/imx8mm-evkb.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/freescale/imx8mm-evkb.dts (Version linux-6.12-rc7) and /scripts/dtc/include-prefixes/arm64/freescale/imx8mm-evkb.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 2019-2020 NXP                          3  * Copyright 2019-2020 NXP
  4  */                                                 4  */
  5                                                     5 
  6 /dts-v1/;                                           6 /dts-v1/;
  7                                                     7 
  8 #include "imx8mm-evk.dtsi"                          8 #include "imx8mm-evk.dtsi"
  9                                                     9 
 10 / {                                                10 / {
 11         model = "FSL i.MX8MM EVKB";                11         model = "FSL i.MX8MM EVKB";
 12         compatible = "fsl,imx8mm-evkb", "fsl,i     12         compatible = "fsl,imx8mm-evkb", "fsl,imx8mm";
 13 };                                                 13 };
 14                                                    14 
 15 &i2c1 {                                            15 &i2c1 {
 16         /delete-node/ pmic@4b;                     16         /delete-node/ pmic@4b;
 17                                                    17 
 18         pmic@25 {                                  18         pmic@25 {
 19                 compatible = "nxp,pca9450a";       19                 compatible = "nxp,pca9450a";
 20                 reg = <0x25>;                      20                 reg = <0x25>;
 21                 pinctrl-0 = <&pinctrl_pmic>;       21                 pinctrl-0 = <&pinctrl_pmic>;
 22                 pinctrl-names = "default";         22                 pinctrl-names = "default";
 23                 interrupt-parent = <&gpio1>;       23                 interrupt-parent = <&gpio1>;
 24                 interrupts = <3 IRQ_TYPE_LEVEL     24                 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 25                                                    25 
 26                 regulators {                       26                 regulators {
 27                         /* VDD_SOC with PCIe *     27                         /* VDD_SOC with PCIe */
 28                         buck1_reg: BUCK1 {         28                         buck1_reg: BUCK1 {
 29                                 regulator-name     29                                 regulator-name = "BUCK1";
 30                                 regulator-min-     30                                 regulator-min-microvolt = <850000>;
 31                                 regulator-max-     31                                 regulator-max-microvolt = <850000>;
 32                                 regulator-boot     32                                 regulator-boot-on;
 33                                 regulator-alwa     33                                 regulator-always-on;
 34                                 regulator-ramp     34                                 regulator-ramp-delay = <3125>;
 35                         };                         35                         };
 36                                                    36 
 37                         /* VDD_ARM */              37                         /* VDD_ARM */
 38                         buck2_reg: BUCK2 {         38                         buck2_reg: BUCK2 {
 39                                 regulator-name     39                                 regulator-name = "BUCK2";
 40                                 regulator-min-     40                                 regulator-min-microvolt = <850000>;
 41                                 regulator-max-     41                                 regulator-max-microvolt = <1000000>;
 42                                 regulator-boot     42                                 regulator-boot-on;
 43                                 regulator-alwa     43                                 regulator-always-on;
 44                                 regulator-ramp     44                                 regulator-ramp-delay = <3125>;
 45                                 nxp,dvs-standb     45                                 nxp,dvs-standby-voltage = <850000>;
 46                         };                         46                         };
 47                                                    47 
 48                         /* VDD_GPU, VDD_VPU, V     48                         /* VDD_GPU, VDD_VPU, VDD_DRAM */
 49                         buck3_reg: BUCK3 {         49                         buck3_reg: BUCK3 {
 50                                 regulator-name     50                                 regulator-name = "BUCK3";
 51                                 regulator-min-     51                                 regulator-min-microvolt = <850000>;
 52                                 regulator-max-     52                                 regulator-max-microvolt = <1000000>;
 53                                 regulator-boot     53                                 regulator-boot-on;
 54                                 regulator-alwa     54                                 regulator-always-on;
 55                         };                         55                         };
 56                                                    56 
 57                         /* NVCC_3V3 */             57                         /* NVCC_3V3 */
 58                         buck4_reg: BUCK4 {         58                         buck4_reg: BUCK4 {
 59                                 regulator-name     59                                 regulator-name = "BUCK4";
 60                                 regulator-min-     60                                 regulator-min-microvolt = <3300000>;
 61                                 regulator-max-     61                                 regulator-max-microvolt = <3300000>;
 62                                 regulator-boot     62                                 regulator-boot-on;
 63                                 regulator-alwa     63                                 regulator-always-on;
 64                         };                         64                         };
 65                                                    65 
 66                         /* VDD_1V8, NVCC_1V8,      66                         /* VDD_1V8, NVCC_1V8, NVCC_ENET */
 67                         buck5_reg: BUCK5 {         67                         buck5_reg: BUCK5 {
 68                                 regulator-name     68                                 regulator-name = "BUCK5";
 69                                 regulator-min-     69                                 regulator-min-microvolt = <1800000>;
 70                                 regulator-max-     70                                 regulator-max-microvolt = <1800000>;
 71                                 regulator-boot     71                                 regulator-boot-on;
 72                                 regulator-alwa     72                                 regulator-always-on;
 73                         };                         73                         };
 74                                                    74 
 75                         /* NVCC_DRAM for LPDDR     75                         /* NVCC_DRAM for LPDDR4 */
 76                         buck6_reg: BUCK6 {         76                         buck6_reg: BUCK6 {
 77                                 regulator-name     77                                 regulator-name = "BUCK6";
 78                                 regulator-min-     78                                 regulator-min-microvolt = <1100000>;
 79                                 regulator-max-     79                                 regulator-max-microvolt = <1100000>;
 80                                 regulator-boot     80                                 regulator-boot-on;
 81                                 regulator-alwa     81                                 regulator-always-on;
 82                         };                         82                         };
 83                                                    83 
 84                         /* NVCC_SNVS_1P8 */        84                         /* NVCC_SNVS_1P8 */
 85                         ldo1_reg: LDO1 {           85                         ldo1_reg: LDO1 {
 86                                 regulator-name     86                                 regulator-name = "LDO1";
 87                                 regulator-min-     87                                 regulator-min-microvolt = <1800000>;
 88                                 regulator-max-     88                                 regulator-max-microvolt = <1800000>;
 89                                 regulator-boot     89                                 regulator-boot-on;
 90                                 regulator-alwa     90                                 regulator-always-on;
 91                         };                         91                         };
 92                                                    92 
 93                         /* VDD_SNVS_0P8 */         93                         /* VDD_SNVS_0P8 */
 94                         ldo2_reg: LDO2 {           94                         ldo2_reg: LDO2 {
 95                                 regulator-name     95                                 regulator-name = "LDO2";
 96                                 regulator-min-     96                                 regulator-min-microvolt = <800000>;
 97                                 regulator-max-     97                                 regulator-max-microvolt = <800000>;
 98                                 regulator-boot     98                                 regulator-boot-on;
 99                                 regulator-alwa     99                                 regulator-always-on;
100                         };                        100                         };
101                                                   101 
102                         /* VDD_*_1V8 */           102                         /* VDD_*_1V8 */
103                         ldo3_reg: LDO3 {          103                         ldo3_reg: LDO3 {
104                                 regulator-name    104                                 regulator-name = "LDO3";
105                                 regulator-min-    105                                 regulator-min-microvolt = <1800000>;
106                                 regulator-max-    106                                 regulator-max-microvolt = <1800000>;
107                                 regulator-boot    107                                 regulator-boot-on;
108                                 regulator-alwa    108                                 regulator-always-on;
109                         };                        109                         };
110                                                   110 
111                         /* VDD_PHY_0V9 */         111                         /* VDD_PHY_0V9 */
112                         ldo4_reg: LDO4 {          112                         ldo4_reg: LDO4 {
113                                 regulator-name    113                                 regulator-name = "LDO4";
114                                 regulator-min-    114                                 regulator-min-microvolt = <900000>;
115                                 regulator-max-    115                                 regulator-max-microvolt = <900000>;
116                                 regulator-boot    116                                 regulator-boot-on;
117                                 regulator-alwa    117                                 regulator-always-on;
118                         };                        118                         };
119                                                   119 
120                         /* NVCC_SD2 */            120                         /* NVCC_SD2 */
121                         ldo5_reg: LDO5 {          121                         ldo5_reg: LDO5 {
122                                 regulator-name    122                                 regulator-name = "LDO5";
123                                 regulator-min-    123                                 regulator-min-microvolt = <1800000>;
124                                 regulator-max-    124                                 regulator-max-microvolt = <3300000>;
125                         };                        125                         };
126                 };                                126                 };
127         };                                        127         };
128 };                                                128 };
                                                      

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