1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 2 /* 2 /* 3 * Copyright 2020 NXP 3 * Copyright 2020 NXP 4 */ 4 */ 5 5 6 /dts-v1/; 6 /dts-v1/; 7 7 8 #include <dt-bindings/phy/phy-imx8-pcie.h> 8 #include <dt-bindings/phy/phy-imx8-pcie.h> 9 #include <dt-bindings/usb/pd.h> 9 #include <dt-bindings/usb/pd.h> 10 #include "imx8mm.dtsi" 10 #include "imx8mm.dtsi" 11 11 12 / { 12 / { 13 chosen { 13 chosen { 14 stdout-path = &uart2; 14 stdout-path = &uart2; 15 }; 15 }; 16 16 17 memory@40000000 { 17 memory@40000000 { 18 device_type = "memory"; 18 device_type = "memory"; 19 reg = <0x0 0x40000000 0 0x8000 19 reg = <0x0 0x40000000 0 0x80000000>; 20 }; 20 }; 21 21 22 hdmi-connector { 22 hdmi-connector { 23 compatible = "hdmi-connector"; 23 compatible = "hdmi-connector"; 24 label = "hdmi"; 24 label = "hdmi"; 25 type = "a"; 25 type = "a"; 26 26 27 port { 27 port { 28 hdmi_connector_in: end 28 hdmi_connector_in: endpoint { 29 remote-endpoin 29 remote-endpoint = <&adv7535_out>; 30 }; 30 }; 31 }; 31 }; 32 }; 32 }; 33 33 34 leds { 34 leds { 35 compatible = "gpio-leds"; 35 compatible = "gpio-leds"; 36 pinctrl-names = "default"; 36 pinctrl-names = "default"; 37 pinctrl-0 = <&pinctrl_gpio_led 37 pinctrl-0 = <&pinctrl_gpio_led>; 38 38 39 status { 39 status { 40 label = "status"; 40 label = "status"; 41 gpios = <&gpio3 16 GPI 41 gpios = <&gpio3 16 GPIO_ACTIVE_HIGH>; 42 default-state = "on"; 42 default-state = "on"; 43 }; 43 }; 44 }; 44 }; 45 45 46 pcie0_refclk: pcie0-refclk { 46 pcie0_refclk: pcie0-refclk { 47 compatible = "fixed-clock"; 47 compatible = "fixed-clock"; 48 #clock-cells = <0>; 48 #clock-cells = <0>; 49 clock-frequency = <100000000>; 49 clock-frequency = <100000000>; 50 }; 50 }; 51 51 52 reg_pcie0: regulator-pcie { 52 reg_pcie0: regulator-pcie { 53 compatible = "regulator-fixed" 53 compatible = "regulator-fixed"; 54 pinctrl-names = "default"; 54 pinctrl-names = "default"; 55 pinctrl-0 = <&pinctrl_pcie0_re 55 pinctrl-0 = <&pinctrl_pcie0_reg>; 56 regulator-name = "MPCIE_3V3"; 56 regulator-name = "MPCIE_3V3"; 57 regulator-min-microvolt = <330 57 regulator-min-microvolt = <3300000>; 58 regulator-max-microvolt = <330 58 regulator-max-microvolt = <3300000>; 59 gpio = <&gpio1 5 GPIO_ACTIVE_H 59 gpio = <&gpio1 5 GPIO_ACTIVE_HIGH>; 60 enable-active-high; 60 enable-active-high; 61 }; 61 }; 62 62 63 reg_usdhc2_vmmc: regulator-usdhc2 { 63 reg_usdhc2_vmmc: regulator-usdhc2 { 64 compatible = "regulator-fixed" 64 compatible = "regulator-fixed"; 65 pinctrl-names = "default"; 65 pinctrl-names = "default"; 66 pinctrl-0 = <&pinctrl_reg_usdh 66 pinctrl-0 = <&pinctrl_reg_usdhc2_vmmc>; 67 regulator-name = "VSD_3V3"; 67 regulator-name = "VSD_3V3"; 68 regulator-min-microvolt = <330 68 regulator-min-microvolt = <3300000>; 69 regulator-max-microvolt = <330 69 regulator-max-microvolt = <3300000>; 70 gpio = <&gpio2 19 GPIO_ACTIVE_ 70 gpio = <&gpio2 19 GPIO_ACTIVE_HIGH>; 71 off-on-delay-us = <20000>; 71 off-on-delay-us = <20000>; 72 enable-active-high; 72 enable-active-high; 73 }; 73 }; 74 74 75 reg_1v5: regulator-1v5 { << 76 compatible = "regulator-fixed" << 77 regulator-name = "VDD_1V5"; << 78 regulator-min-microvolt = <150 << 79 regulator-max-microvolt = <150 << 80 }; << 81 << 82 reg_1v8: regulator-1v8 { << 83 compatible = "regulator-fixed" << 84 regulator-name = "VDD_1V8"; << 85 regulator-min-microvolt = <180 << 86 regulator-max-microvolt = <180 << 87 }; << 88 << 89 reg_vddext_3v3: regulator-vddext-3v3 { 75 reg_vddext_3v3: regulator-vddext-3v3 { 90 compatible = "regulator-fixed" 76 compatible = "regulator-fixed"; 91 regulator-name = "VDDEXT_3V3"; 77 regulator-name = "VDDEXT_3V3"; 92 regulator-min-microvolt = <330 78 regulator-min-microvolt = <3300000>; 93 regulator-max-microvolt = <330 79 regulator-max-microvolt = <3300000>; 94 }; 80 }; 95 81 96 backlight: backlight { 82 backlight: backlight { 97 compatible = "pwm-backlight"; 83 compatible = "pwm-backlight"; 98 pwms = <&pwm1 0 5000000 0>; 84 pwms = <&pwm1 0 5000000 0>; 99 brightness-levels = <0 255>; 85 brightness-levels = <0 255>; 100 num-interpolated-steps = <255> 86 num-interpolated-steps = <255>; 101 default-brightness-level = <25 87 default-brightness-level = <250>; 102 }; 88 }; 103 89 104 ir-receiver { 90 ir-receiver { 105 compatible = "gpio-ir-receiver 91 compatible = "gpio-ir-receiver"; 106 gpios = <&gpio1 13 GPIO_ACTIVE 92 gpios = <&gpio1 13 GPIO_ACTIVE_LOW>; 107 pinctrl-names = "default"; 93 pinctrl-names = "default"; 108 pinctrl-0 = <&pinctrl_ir>; 94 pinctrl-0 = <&pinctrl_ir>; 109 linux,autosuspend-period = <12 95 linux,autosuspend-period = <125>; 110 }; 96 }; 111 97 112 audio_codec_bt_sco: audio-codec-bt-sco 98 audio_codec_bt_sco: audio-codec-bt-sco { 113 compatible = "linux,bt-sco"; 99 compatible = "linux,bt-sco"; 114 #sound-dai-cells = <1>; 100 #sound-dai-cells = <1>; 115 }; 101 }; 116 102 117 wm8524: audio-codec { 103 wm8524: audio-codec { 118 #sound-dai-cells = <0>; 104 #sound-dai-cells = <0>; 119 compatible = "wlf,wm8524"; 105 compatible = "wlf,wm8524"; 120 pinctrl-names = "default"; 106 pinctrl-names = "default"; 121 pinctrl-0 = <&pinctrl_gpio_wlf 107 pinctrl-0 = <&pinctrl_gpio_wlf>; 122 wlf,mute-gpios = <&gpio5 21 GP 108 wlf,mute-gpios = <&gpio5 21 GPIO_ACTIVE_LOW>; 123 }; 109 }; 124 110 125 sound-bt-sco { 111 sound-bt-sco { 126 compatible = "simple-audio-car 112 compatible = "simple-audio-card"; 127 simple-audio-card,name = "bt-s 113 simple-audio-card,name = "bt-sco-audio"; 128 simple-audio-card,format = "ds 114 simple-audio-card,format = "dsp_a"; 129 simple-audio-card,bitclock-inv 115 simple-audio-card,bitclock-inversion; 130 simple-audio-card,frame-master 116 simple-audio-card,frame-master = <&btcpu>; 131 simple-audio-card,bitclock-mas 117 simple-audio-card,bitclock-master = <&btcpu>; 132 118 133 btcpu: simple-audio-card,cpu { 119 btcpu: simple-audio-card,cpu { 134 sound-dai = <&sai2>; 120 sound-dai = <&sai2>; 135 dai-tdm-slot-num = <2> 121 dai-tdm-slot-num = <2>; 136 dai-tdm-slot-width = < 122 dai-tdm-slot-width = <16>; 137 }; 123 }; 138 124 139 simple-audio-card,codec { 125 simple-audio-card,codec { 140 sound-dai = <&audio_co 126 sound-dai = <&audio_codec_bt_sco 1>; 141 }; 127 }; 142 }; 128 }; 143 129 144 sound-wm8524 { 130 sound-wm8524 { 145 compatible = "simple-audio-car 131 compatible = "simple-audio-card"; 146 simple-audio-card,name = "wm85 132 simple-audio-card,name = "wm8524-audio"; 147 simple-audio-card,format = "i2 133 simple-audio-card,format = "i2s"; 148 simple-audio-card,frame-master 134 simple-audio-card,frame-master = <&cpudai>; 149 simple-audio-card,bitclock-mas 135 simple-audio-card,bitclock-master = <&cpudai>; 150 simple-audio-card,widgets = 136 simple-audio-card,widgets = 151 "Line", "Left Line Out 137 "Line", "Left Line Out Jack", 152 "Line", "Right Line Ou 138 "Line", "Right Line Out Jack"; 153 simple-audio-card,routing = 139 simple-audio-card,routing = 154 "Left Line Out Jack", 140 "Left Line Out Jack", "LINEVOUTL", 155 "Right Line Out Jack", 141 "Right Line Out Jack", "LINEVOUTR"; 156 142 157 cpudai: simple-audio-card,cpu 143 cpudai: simple-audio-card,cpu { 158 sound-dai = <&sai3>; 144 sound-dai = <&sai3>; 159 dai-tdm-slot-num = <2> 145 dai-tdm-slot-num = <2>; 160 dai-tdm-slot-width = < 146 dai-tdm-slot-width = <32>; 161 }; 147 }; 162 148 163 simple-audio-card,codec { 149 simple-audio-card,codec { 164 sound-dai = <&wm8524>; 150 sound-dai = <&wm8524>; 165 clocks = <&clk IMX8MM_ 151 clocks = <&clk IMX8MM_CLK_SAI3_ROOT>; 166 }; 152 }; 167 }; 153 }; 168 << 169 sound-micfil { << 170 compatible = "fsl,imx-audio-ca << 171 model = "micfil-audio"; << 172 << 173 pri-dai-link { << 174 link-name = "micfil hi << 175 format = "i2s"; << 176 << 177 cpu { << 178 sound-dai = <& << 179 }; << 180 }; << 181 }; << 182 << 183 spdif_out: spdif-out { << 184 compatible = "linux,spdif-dit" << 185 #sound-dai-cells = <0>; << 186 }; << 187 << 188 spdif_in: spdif-in { << 189 compatible = "linux,spdif-dir" << 190 #sound-dai-cells = <0>; << 191 }; << 192 << 193 sound-spdif { << 194 compatible = "fsl,imx-audio-sp << 195 model = "imx-spdif"; << 196 audio-cpu = <&spdif1>; << 197 audio-codec = <&spdif_out>, <& << 198 }; << 199 }; 154 }; 200 155 201 &A53_0 { 156 &A53_0 { 202 cpu-supply = <&buck2_reg>; 157 cpu-supply = <&buck2_reg>; 203 }; 158 }; 204 159 205 &A53_1 { 160 &A53_1 { 206 cpu-supply = <&buck2_reg>; 161 cpu-supply = <&buck2_reg>; 207 }; 162 }; 208 163 209 &A53_2 { 164 &A53_2 { 210 cpu-supply = <&buck2_reg>; 165 cpu-supply = <&buck2_reg>; 211 }; 166 }; 212 167 213 &A53_3 { 168 &A53_3 { 214 cpu-supply = <&buck2_reg>; 169 cpu-supply = <&buck2_reg>; 215 }; 170 }; 216 171 217 &fec1 { 172 &fec1 { 218 pinctrl-names = "default"; 173 pinctrl-names = "default"; 219 pinctrl-0 = <&pinctrl_fec1>; 174 pinctrl-0 = <&pinctrl_fec1>; 220 phy-mode = "rgmii-id"; 175 phy-mode = "rgmii-id"; 221 phy-handle = <ðphy0>; 176 phy-handle = <ðphy0>; 222 fsl,magic-packet; 177 fsl,magic-packet; 223 status = "okay"; 178 status = "okay"; 224 179 225 mdio { 180 mdio { 226 #address-cells = <1>; 181 #address-cells = <1>; 227 #size-cells = <0>; 182 #size-cells = <0>; 228 183 229 ethphy0: ethernet-phy@0 { 184 ethphy0: ethernet-phy@0 { 230 compatible = "ethernet 185 compatible = "ethernet-phy-ieee802.3-c22"; 231 reg = <0>; 186 reg = <0>; 232 reset-gpios = <&gpio4 187 reset-gpios = <&gpio4 22 GPIO_ACTIVE_LOW>; 233 reset-assert-us = <100 188 reset-assert-us = <10000>; 234 qca,disable-smarteee; 189 qca,disable-smarteee; 235 vddio-supply = <&vddio 190 vddio-supply = <&vddio>; 236 191 237 vddio: vddio-regulator 192 vddio: vddio-regulator { 238 regulator-min- 193 regulator-min-microvolt = <1800000>; 239 regulator-max- 194 regulator-max-microvolt = <1800000>; 240 }; 195 }; 241 }; 196 }; 242 }; 197 }; 243 }; 198 }; 244 199 245 &i2c1 { 200 &i2c1 { 246 clock-frequency = <400000>; 201 clock-frequency = <400000>; 247 pinctrl-names = "default"; 202 pinctrl-names = "default"; 248 pinctrl-0 = <&pinctrl_i2c1>; 203 pinctrl-0 = <&pinctrl_i2c1>; 249 status = "okay"; 204 status = "okay"; 250 205 251 pmic@4b { 206 pmic@4b { 252 compatible = "rohm,bd71847"; 207 compatible = "rohm,bd71847"; 253 reg = <0x4b>; 208 reg = <0x4b>; 254 pinctrl-names = "default"; 209 pinctrl-names = "default"; 255 pinctrl-0 = <&pinctrl_pmic>; 210 pinctrl-0 = <&pinctrl_pmic>; 256 interrupt-parent = <&gpio1>; 211 interrupt-parent = <&gpio1>; 257 interrupts = <3 IRQ_TYPE_LEVEL 212 interrupts = <3 IRQ_TYPE_LEVEL_LOW>; 258 rohm,reset-snvs-powered; 213 rohm,reset-snvs-powered; 259 214 260 #clock-cells = <0>; 215 #clock-cells = <0>; 261 clocks = <&osc_32k>; 216 clocks = <&osc_32k>; 262 clock-output-names = "clk-32k- 217 clock-output-names = "clk-32k-out"; 263 218 264 regulators { 219 regulators { 265 buck1_reg: BUCK1 { 220 buck1_reg: BUCK1 { 266 regulator-name 221 regulator-name = "buck1"; 267 regulator-min- 222 regulator-min-microvolt = <700000>; 268 regulator-max- 223 regulator-max-microvolt = <1300000>; 269 regulator-boot 224 regulator-boot-on; 270 regulator-alwa 225 regulator-always-on; 271 regulator-ramp 226 regulator-ramp-delay = <1250>; 272 }; 227 }; 273 228 274 buck2_reg: BUCK2 { 229 buck2_reg: BUCK2 { 275 regulator-name 230 regulator-name = "buck2"; 276 regulator-min- 231 regulator-min-microvolt = <700000>; 277 regulator-max- 232 regulator-max-microvolt = <1300000>; 278 regulator-boot 233 regulator-boot-on; 279 regulator-alwa 234 regulator-always-on; 280 regulator-ramp 235 regulator-ramp-delay = <1250>; 281 rohm,dvs-run-v 236 rohm,dvs-run-voltage = <1000000>; 282 rohm,dvs-idle- 237 rohm,dvs-idle-voltage = <900000>; 283 }; 238 }; 284 239 285 buck3_reg: BUCK3 { 240 buck3_reg: BUCK3 { 286 // BUCK5 in da 241 // BUCK5 in datasheet 287 regulator-name 242 regulator-name = "buck3"; 288 regulator-min- 243 regulator-min-microvolt = <700000>; 289 regulator-max- 244 regulator-max-microvolt = <1350000>; 290 regulator-boot 245 regulator-boot-on; 291 regulator-alwa 246 regulator-always-on; 292 }; 247 }; 293 248 294 buck4_reg: BUCK4 { 249 buck4_reg: BUCK4 { 295 // BUCK6 in da 250 // BUCK6 in datasheet 296 regulator-name 251 regulator-name = "buck4"; 297 regulator-min- 252 regulator-min-microvolt = <3000000>; 298 regulator-max- 253 regulator-max-microvolt = <3300000>; 299 regulator-boot 254 regulator-boot-on; 300 regulator-alwa 255 regulator-always-on; 301 }; 256 }; 302 257 303 buck5_reg: BUCK5 { 258 buck5_reg: BUCK5 { 304 // BUCK7 in da 259 // BUCK7 in datasheet 305 regulator-name 260 regulator-name = "buck5"; 306 regulator-min- 261 regulator-min-microvolt = <1605000>; 307 regulator-max- 262 regulator-max-microvolt = <1995000>; 308 regulator-boot 263 regulator-boot-on; 309 regulator-alwa 264 regulator-always-on; 310 }; 265 }; 311 266 312 buck6_reg: BUCK6 { 267 buck6_reg: BUCK6 { 313 // BUCK8 in da 268 // BUCK8 in datasheet 314 regulator-name 269 regulator-name = "buck6"; 315 regulator-min- 270 regulator-min-microvolt = <800000>; 316 regulator-max- 271 regulator-max-microvolt = <1400000>; 317 regulator-boot 272 regulator-boot-on; 318 regulator-alwa 273 regulator-always-on; 319 }; 274 }; 320 275 321 ldo1_reg: LDO1 { 276 ldo1_reg: LDO1 { 322 regulator-name 277 regulator-name = "ldo1"; 323 regulator-min- 278 regulator-min-microvolt = <1600000>; 324 regulator-max- 279 regulator-max-microvolt = <3300000>; 325 regulator-boot 280 regulator-boot-on; 326 regulator-alwa 281 regulator-always-on; 327 }; 282 }; 328 283 329 ldo2_reg: LDO2 { 284 ldo2_reg: LDO2 { 330 regulator-name 285 regulator-name = "ldo2"; 331 regulator-min- 286 regulator-min-microvolt = <800000>; 332 regulator-max- 287 regulator-max-microvolt = <900000>; 333 regulator-boot 288 regulator-boot-on; 334 regulator-alwa 289 regulator-always-on; 335 }; 290 }; 336 291 337 ldo3_reg: LDO3 { 292 ldo3_reg: LDO3 { 338 regulator-name 293 regulator-name = "ldo3"; 339 regulator-min- 294 regulator-min-microvolt = <1800000>; 340 regulator-max- 295 regulator-max-microvolt = <3300000>; 341 regulator-boot 296 regulator-boot-on; 342 regulator-alwa 297 regulator-always-on; 343 }; 298 }; 344 299 345 ldo4_reg: LDO4 { 300 ldo4_reg: LDO4 { 346 regulator-name 301 regulator-name = "ldo4"; 347 regulator-min- 302 regulator-min-microvolt = <900000>; 348 regulator-max- 303 regulator-max-microvolt = <1800000>; 349 regulator-boot 304 regulator-boot-on; 350 regulator-alwa 305 regulator-always-on; 351 }; 306 }; 352 307 353 ldo6_reg: LDO6 { 308 ldo6_reg: LDO6 { 354 regulator-name 309 regulator-name = "ldo6"; 355 regulator-min- 310 regulator-min-microvolt = <900000>; 356 regulator-max- 311 regulator-max-microvolt = <1800000>; 357 regulator-boot 312 regulator-boot-on; 358 regulator-alwa 313 regulator-always-on; 359 }; 314 }; 360 }; 315 }; 361 }; 316 }; 362 }; 317 }; 363 318 364 &i2c2 { 319 &i2c2 { 365 clock-frequency = <400000>; 320 clock-frequency = <400000>; 366 pinctrl-names = "default"; 321 pinctrl-names = "default"; 367 pinctrl-0 = <&pinctrl_i2c2>; 322 pinctrl-0 = <&pinctrl_i2c2>; 368 status = "okay"; 323 status = "okay"; 369 324 370 hdmi@3d { 325 hdmi@3d { 371 compatible = "adi,adv7535"; 326 compatible = "adi,adv7535"; 372 reg = <0x3d>; 327 reg = <0x3d>; 373 interrupt-parent = <&gpio1>; 328 interrupt-parent = <&gpio1>; 374 interrupts = <9 IRQ_TYPE_EDGE_ 329 interrupts = <9 IRQ_TYPE_EDGE_FALLING>; 375 adi,dsi-lanes = <4>; 330 adi,dsi-lanes = <4>; 376 avdd-supply = <&buck5_reg>; 331 avdd-supply = <&buck5_reg>; 377 dvdd-supply = <&buck5_reg>; 332 dvdd-supply = <&buck5_reg>; 378 pvdd-supply = <&buck5_reg>; 333 pvdd-supply = <&buck5_reg>; 379 a2vdd-supply = <&buck5_reg>; 334 a2vdd-supply = <&buck5_reg>; 380 v3p3-supply = <®_vddext_3v3 335 v3p3-supply = <®_vddext_3v3>; 381 v1p2-supply = <&buck5_reg>; 336 v1p2-supply = <&buck5_reg>; 382 337 383 ports { 338 ports { 384 #address-cells = <1>; 339 #address-cells = <1>; 385 #size-cells = <0>; 340 #size-cells = <0>; 386 341 387 port@0 { 342 port@0 { 388 reg = <0>; 343 reg = <0>; 389 344 390 adv7535_in: en 345 adv7535_in: endpoint { 391 remote 346 remote-endpoint = <&dsi_out>; 392 }; 347 }; 393 }; 348 }; 394 349 395 port@1 { 350 port@1 { 396 reg = <1>; 351 reg = <1>; 397 352 398 adv7535_out: e 353 adv7535_out: endpoint { 399 remote 354 remote-endpoint = <&hdmi_connector_in>; 400 }; 355 }; 401 }; 356 }; 402 357 403 }; 358 }; 404 }; 359 }; 405 360 406 ptn5110: tcpc@50 { 361 ptn5110: tcpc@50 { 407 compatible = "nxp,ptn5110", "t !! 362 compatible = "nxp,ptn5110"; 408 pinctrl-names = "default"; 363 pinctrl-names = "default"; 409 pinctrl-0 = <&pinctrl_typec1>; 364 pinctrl-0 = <&pinctrl_typec1>; 410 reg = <0x50>; 365 reg = <0x50>; 411 interrupt-parent = <&gpio2>; 366 interrupt-parent = <&gpio2>; 412 interrupts = <11 IRQ_TYPE_LEVE !! 367 interrupts = <11 8>; 413 status = "okay"; 368 status = "okay"; 414 369 415 typec1_con: connector { 370 typec1_con: connector { 416 compatible = "usb-c-co 371 compatible = "usb-c-connector"; 417 label = "USB-C"; 372 label = "USB-C"; 418 power-role = "dual"; 373 power-role = "dual"; 419 data-role = "dual"; 374 data-role = "dual"; 420 try-power-role = "sink 375 try-power-role = "sink"; 421 source-pdos = <PDO_FIX 376 source-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM)>; 422 sink-pdos = <PDO_FIXED 377 sink-pdos = <PDO_FIXED(5000, 3000, PDO_FIXED_USB_COMM) 423 PDO_VAR(5 378 PDO_VAR(5000, 20000, 3000)>; 424 op-sink-microwatt = <1 379 op-sink-microwatt = <15000000>; 425 self-powered; 380 self-powered; 426 381 427 port { 382 port { 428 typec1_dr_sw: 383 typec1_dr_sw: endpoint { 429 remote 384 remote-endpoint = <&usb1_drd_sw>; 430 }; 385 }; 431 }; 386 }; 432 }; 387 }; 433 }; 388 }; 434 }; 389 }; 435 390 436 391 437 &csi { 392 &csi { 438 status = "okay"; 393 status = "okay"; 439 }; 394 }; 440 395 441 &i2c3 { 396 &i2c3 { 442 clock-frequency = <400000>; 397 clock-frequency = <400000>; 443 pinctrl-names = "default"; 398 pinctrl-names = "default"; 444 pinctrl-0 = <&pinctrl_i2c3>; 399 pinctrl-0 = <&pinctrl_i2c3>; 445 status = "okay"; 400 status = "okay"; 446 401 447 pca6416: gpio@20 { 402 pca6416: gpio@20 { 448 compatible = "nxp,pca6416"; 403 compatible = "nxp,pca6416"; 449 reg = <0x20>; 404 reg = <0x20>; 450 gpio-controller; 405 gpio-controller; 451 #gpio-cells = <2>; 406 #gpio-cells = <2>; 452 vcc-supply = <&buck4_reg>; 407 vcc-supply = <&buck4_reg>; 453 }; 408 }; 454 409 455 camera@3c { 410 camera@3c { 456 compatible = "ovti,ov5640"; 411 compatible = "ovti,ov5640"; 457 reg = <0x3c>; 412 reg = <0x3c>; 458 pinctrl-names = "default"; 413 pinctrl-names = "default"; 459 pinctrl-0 = <&pinctrl_camera>; 414 pinctrl-0 = <&pinctrl_camera>; 460 clocks = <&clk IMX8MM_CLK_CLKO 415 clocks = <&clk IMX8MM_CLK_CLKO1>; 461 clock-names = "xclk"; 416 clock-names = "xclk"; 462 assigned-clocks = <&clk IMX8MM 417 assigned-clocks = <&clk IMX8MM_CLK_CLKO1>; 463 assigned-clock-parents = <&clk 418 assigned-clock-parents = <&clk IMX8MM_CLK_24M>; 464 assigned-clock-rates = <240000 419 assigned-clock-rates = <24000000>; 465 powerdown-gpios = <&gpio1 7 GP 420 powerdown-gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; 466 reset-gpios = <&gpio1 6 GPIO_A 421 reset-gpios = <&gpio1 6 GPIO_ACTIVE_LOW>; 467 DOVDD-supply = <&buck5_reg>; << 468 AVDD-supply = <®_1v8>; << 469 DVDD-supply = <®_1v5>; << 470 422 471 port { 423 port { 472 ov5640_to_mipi_csi2: e 424 ov5640_to_mipi_csi2: endpoint { 473 remote-endpoin 425 remote-endpoint = <&imx8mm_mipi_csi_in>; 474 clock-lanes = 426 clock-lanes = <0>; 475 data-lanes = < 427 data-lanes = <1 2>; 476 }; 428 }; 477 }; 429 }; 478 }; 430 }; 479 }; 431 }; 480 432 481 &lcdif { 433 &lcdif { 482 status = "okay"; 434 status = "okay"; 483 }; 435 }; 484 436 485 &micfil { << 486 #sound-dai-cells = <0>; << 487 pinctrl-names = "default"; << 488 pinctrl-0 = <&pinctrl_pdm>; << 489 assigned-clocks = <&clk IMX8MM_CLK_PDM << 490 assigned-clock-parents = <&clk IMX8MM_ << 491 assigned-clock-rates = <196608000>; << 492 status = "okay"; << 493 }; << 494 << 495 &mipi_csi { 437 &mipi_csi { 496 status = "okay"; 438 status = "okay"; 497 439 498 ports { 440 ports { 499 port@0 { 441 port@0 { 500 imx8mm_mipi_csi_in: en 442 imx8mm_mipi_csi_in: endpoint { 501 remote-endpoin 443 remote-endpoint = <&ov5640_to_mipi_csi2>; 502 data-lanes = < 444 data-lanes = <1 2>; 503 }; 445 }; 504 }; 446 }; 505 }; 447 }; 506 }; 448 }; 507 449 508 &mipi_dsi { 450 &mipi_dsi { 509 samsung,esc-clock-frequency = <1000000 451 samsung,esc-clock-frequency = <10000000>; 510 status = "okay"; 452 status = "okay"; 511 453 512 ports { 454 ports { 513 port@1 { 455 port@1 { 514 reg = <1>; 456 reg = <1>; 515 457 516 dsi_out: endpoint { 458 dsi_out: endpoint { 517 remote-endpoin 459 remote-endpoint = <&adv7535_in>; 518 data-lanes = < 460 data-lanes = <1 2 3 4>; 519 }; 461 }; 520 }; 462 }; 521 }; 463 }; 522 }; 464 }; 523 465 524 &pcie_phy { 466 &pcie_phy { 525 fsl,refclk-pad-mode = <IMX8_PCIE_REFCL 467 fsl,refclk-pad-mode = <IMX8_PCIE_REFCLK_PAD_INPUT>; 526 fsl,tx-deemph-gen1 = <0x2d>; 468 fsl,tx-deemph-gen1 = <0x2d>; 527 fsl,tx-deemph-gen2 = <0xf>; 469 fsl,tx-deemph-gen2 = <0xf>; 528 clocks = <&pcie0_refclk>; 470 clocks = <&pcie0_refclk>; 529 status = "okay"; 471 status = "okay"; 530 }; 472 }; 531 473 532 &pcie0 { 474 &pcie0 { 533 pinctrl-names = "default"; 475 pinctrl-names = "default"; 534 pinctrl-0 = <&pinctrl_pcie0>; 476 pinctrl-0 = <&pinctrl_pcie0>; 535 reset-gpio = <&gpio4 21 GPIO_ACTIVE_LO 477 reset-gpio = <&gpio4 21 GPIO_ACTIVE_LOW>; 536 clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, 478 clocks = <&clk IMX8MM_CLK_PCIE1_ROOT>, <&pcie0_refclk>, 537 <&clk IMX8MM_CLK_PCIE1_AUX>; 479 <&clk IMX8MM_CLK_PCIE1_AUX>; 538 assigned-clocks = <&clk IMX8MM_CLK_PCI 480 assigned-clocks = <&clk IMX8MM_CLK_PCIE1_AUX>, 539 <&clk IMX8MM_CLK_PCI 481 <&clk IMX8MM_CLK_PCIE1_CTRL>; 540 assigned-clock-rates = <10000000>, <25 482 assigned-clock-rates = <10000000>, <250000000>; 541 assigned-clock-parents = <&clk IMX8MM_ 483 assigned-clock-parents = <&clk IMX8MM_SYS_PLL2_50M>, 542 <&clk IMX8MM_ 484 <&clk IMX8MM_SYS_PLL2_250M>; 543 vpcie-supply = <®_pcie0>; 485 vpcie-supply = <®_pcie0>; 544 status = "okay"; 486 status = "okay"; 545 }; 487 }; 546 488 547 &sai2 { 489 &sai2 { 548 #sound-dai-cells = <0>; 490 #sound-dai-cells = <0>; 549 pinctrl-names = "default"; 491 pinctrl-names = "default"; 550 pinctrl-0 = <&pinctrl_sai2>; 492 pinctrl-0 = <&pinctrl_sai2>; 551 assigned-clocks = <&clk IMX8MM_CLK_SAI 493 assigned-clocks = <&clk IMX8MM_CLK_SAI2>; 552 assigned-clock-parents = <&clk IMX8MM_ 494 assigned-clock-parents = <&clk IMX8MM_AUDIO_PLL1_OUT>; 553 assigned-clock-rates = <24576000>; 495 assigned-clock-rates = <24576000>; 554 status = "okay"; 496 status = "okay"; 555 }; 497 }; 556 498 557 &sai3 { 499 &sai3 { 558 pinctrl-names = "default"; 500 pinctrl-names = "default"; 559 pinctrl-0 = <&pinctrl_sai3>; 501 pinctrl-0 = <&pinctrl_sai3>; 560 assigned-clocks = <&clk IMX8MM_CLK_SAI 502 assigned-clocks = <&clk IMX8MM_CLK_SAI3>; 561 assigned-clock-parents = <&clk IMX8MM_ 503 assigned-clock-parents = <&clk IMX8MM_AUDIO_PLL1_OUT>; 562 assigned-clock-rates = <24576000>; 504 assigned-clock-rates = <24576000>; 563 status = "okay"; 505 status = "okay"; 564 }; 506 }; 565 507 566 &snvs_pwrkey { 508 &snvs_pwrkey { 567 status = "okay"; 509 status = "okay"; 568 }; 510 }; 569 511 570 &spdif1 { << 571 pinctrl-names = "default"; << 572 pinctrl-0 = <&pinctrl_spdif1>; << 573 assigned-clocks = <&clk IMX8MM_CLK_SPD << 574 assigned-clock-parents = <&clk IMX8MM_ << 575 assigned-clock-rates = <24576000>; << 576 clocks = <&clk IMX8MM_CLK_AUDIO_AHB>, << 577 <&clk IMX8MM_CLK_SPDIF1>, <&c << 578 <&clk IMX8MM_CLK_DUMMY>, <&cl << 579 <&clk IMX8MM_CLK_AUDIO_AHB>, << 580 <&clk IMX8MM_CLK_DUMMY>, <&cl << 581 <&clk IMX8MM_AUDIO_PLL1_OUT>, << 582 clock-names = "core", "rxtx0", "rxtx1" << 583 "rxtx4", "rxtx5", "rxtx6 << 584 "pll8k", "pll11k"; << 585 status = "okay"; << 586 }; << 587 << 588 &uart2 { /* console */ 512 &uart2 { /* console */ 589 pinctrl-names = "default"; 513 pinctrl-names = "default"; 590 pinctrl-0 = <&pinctrl_uart2>; 514 pinctrl-0 = <&pinctrl_uart2>; 591 status = "okay"; 515 status = "okay"; 592 }; 516 }; 593 517 594 &usbphynop1 { 518 &usbphynop1 { 595 wakeup-source; 519 wakeup-source; 596 }; 520 }; 597 521 598 &usbotg1 { 522 &usbotg1 { 599 dr_mode = "otg"; 523 dr_mode = "otg"; 600 hnp-disable; 524 hnp-disable; 601 srp-disable; 525 srp-disable; 602 adp-disable; 526 adp-disable; 603 usb-role-switch; 527 usb-role-switch; 604 disable-over-current; 528 disable-over-current; 605 samsung,picophy-pre-emp-curr-control = 529 samsung,picophy-pre-emp-curr-control = <3>; 606 samsung,picophy-dc-vol-level-adjust = 530 samsung,picophy-dc-vol-level-adjust = <7>; 607 status = "okay"; 531 status = "okay"; 608 532 609 port { 533 port { 610 usb1_drd_sw: endpoint { 534 usb1_drd_sw: endpoint { 611 remote-endpoint = <&ty 535 remote-endpoint = <&typec1_dr_sw>; 612 }; 536 }; 613 }; 537 }; 614 }; 538 }; 615 539 616 &usdhc2 { 540 &usdhc2 { 617 assigned-clocks = <&clk IMX8MM_CLK_USD 541 assigned-clocks = <&clk IMX8MM_CLK_USDHC2>; 618 assigned-clock-rates = <200000000>; 542 assigned-clock-rates = <200000000>; 619 pinctrl-names = "default", "state_100m 543 pinctrl-names = "default", "state_100mhz", "state_200mhz"; 620 pinctrl-0 = <&pinctrl_usdhc2>, <&pinct 544 pinctrl-0 = <&pinctrl_usdhc2>, <&pinctrl_usdhc2_gpio>; 621 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, 545 pinctrl-1 = <&pinctrl_usdhc2_100mhz>, <&pinctrl_usdhc2_gpio>; 622 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, 546 pinctrl-2 = <&pinctrl_usdhc2_200mhz>, <&pinctrl_usdhc2_gpio>; 623 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW> 547 cd-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>; 624 bus-width = <4>; 548 bus-width = <4>; 625 vmmc-supply = <®_usdhc2_vmmc>; 549 vmmc-supply = <®_usdhc2_vmmc>; 626 status = "okay"; 550 status = "okay"; 627 }; 551 }; 628 552 629 &wdog1 { 553 &wdog1 { 630 pinctrl-names = "default"; 554 pinctrl-names = "default"; 631 pinctrl-0 = <&pinctrl_wdog>; 555 pinctrl-0 = <&pinctrl_wdog>; 632 fsl,ext-reset-output; 556 fsl,ext-reset-output; 633 status = "okay"; 557 status = "okay"; 634 }; 558 }; 635 559 636 &pwm1 { 560 &pwm1 { 637 pinctrl-names = "default"; 561 pinctrl-names = "default"; 638 pinctrl-0 = <&pinctrl_backlight>; 562 pinctrl-0 = <&pinctrl_backlight>; 639 status = "okay"; 563 status = "okay"; 640 }; 564 }; 641 565 642 &iomuxc { 566 &iomuxc { 643 pinctrl_fec1: fec1grp { 567 pinctrl_fec1: fec1grp { 644 fsl,pins = < 568 fsl,pins = < 645 MX8MM_IOMUXC_ENET_MDC_ 569 MX8MM_IOMUXC_ENET_MDC_ENET1_MDC 0x3 646 MX8MM_IOMUXC_ENET_MDIO 570 MX8MM_IOMUXC_ENET_MDIO_ENET1_MDIO 0x3 647 MX8MM_IOMUXC_ENET_TD3_ 571 MX8MM_IOMUXC_ENET_TD3_ENET1_RGMII_TD3 0x1f 648 MX8MM_IOMUXC_ENET_TD2_ 572 MX8MM_IOMUXC_ENET_TD2_ENET1_RGMII_TD2 0x1f 649 MX8MM_IOMUXC_ENET_TD1_ 573 MX8MM_IOMUXC_ENET_TD1_ENET1_RGMII_TD1 0x1f 650 MX8MM_IOMUXC_ENET_TD0_ 574 MX8MM_IOMUXC_ENET_TD0_ENET1_RGMII_TD0 0x1f 651 MX8MM_IOMUXC_ENET_RD3_ 575 MX8MM_IOMUXC_ENET_RD3_ENET1_RGMII_RD3 0x91 652 MX8MM_IOMUXC_ENET_RD2_ 576 MX8MM_IOMUXC_ENET_RD2_ENET1_RGMII_RD2 0x91 653 MX8MM_IOMUXC_ENET_RD1_ 577 MX8MM_IOMUXC_ENET_RD1_ENET1_RGMII_RD1 0x91 654 MX8MM_IOMUXC_ENET_RD0_ 578 MX8MM_IOMUXC_ENET_RD0_ENET1_RGMII_RD0 0x91 655 MX8MM_IOMUXC_ENET_TXC_ 579 MX8MM_IOMUXC_ENET_TXC_ENET1_RGMII_TXC 0x1f 656 MX8MM_IOMUXC_ENET_RXC_ 580 MX8MM_IOMUXC_ENET_RXC_ENET1_RGMII_RXC 0x91 657 MX8MM_IOMUXC_ENET_RX_C 581 MX8MM_IOMUXC_ENET_RX_CTL_ENET1_RGMII_RX_CTL 0x91 658 MX8MM_IOMUXC_ENET_TX_C 582 MX8MM_IOMUXC_ENET_TX_CTL_ENET1_RGMII_TX_CTL 0x1f 659 MX8MM_IOMUXC_SAI2_RXC_ 583 MX8MM_IOMUXC_SAI2_RXC_GPIO4_IO22 0x19 660 >; 584 >; 661 }; 585 }; 662 586 663 pinctrl_gpio_led: gpioledgrp { 587 pinctrl_gpio_led: gpioledgrp { 664 fsl,pins = < 588 fsl,pins = < 665 MX8MM_IOMUXC_NAND_READ 589 MX8MM_IOMUXC_NAND_READY_B_GPIO3_IO16 0x19 666 >; 590 >; 667 }; 591 }; 668 592 669 pinctrl_ir: irgrp { 593 pinctrl_ir: irgrp { 670 fsl,pins = < 594 fsl,pins = < 671 MX8MM_IOMUXC_GPIO1_IO1 595 MX8MM_IOMUXC_GPIO1_IO13_GPIO1_IO13 0x4f 672 >; 596 >; 673 }; 597 }; 674 598 675 pinctrl_gpio_wlf: gpiowlfgrp { 599 pinctrl_gpio_wlf: gpiowlfgrp { 676 fsl,pins = < 600 fsl,pins = < 677 MX8MM_IOMUXC_I2C4_SDA_ 601 MX8MM_IOMUXC_I2C4_SDA_GPIO5_IO21 0xd6 678 >; 602 >; 679 }; 603 }; 680 604 681 pinctrl_i2c1: i2c1grp { 605 pinctrl_i2c1: i2c1grp { 682 fsl,pins = < 606 fsl,pins = < 683 MX8MM_IOMUXC_I2C1_SCL_ 607 MX8MM_IOMUXC_I2C1_SCL_I2C1_SCL 0x400001c3 684 MX8MM_IOMUXC_I2C1_SDA_ 608 MX8MM_IOMUXC_I2C1_SDA_I2C1_SDA 0x400001c3 685 >; 609 >; 686 }; 610 }; 687 611 688 pinctrl_i2c2: i2c2grp { 612 pinctrl_i2c2: i2c2grp { 689 fsl,pins = < 613 fsl,pins = < 690 MX8MM_IOMUXC_I2C2_SCL_ 614 MX8MM_IOMUXC_I2C2_SCL_I2C2_SCL 0x400001c3 691 MX8MM_IOMUXC_I2C2_SDA_ 615 MX8MM_IOMUXC_I2C2_SDA_I2C2_SDA 0x400001c3 692 >; 616 >; 693 }; 617 }; 694 618 695 pinctrl_i2c3: i2c3grp { 619 pinctrl_i2c3: i2c3grp { 696 fsl,pins = < 620 fsl,pins = < 697 MX8MM_IOMUXC_I2C3_SCL_ 621 MX8MM_IOMUXC_I2C3_SCL_I2C3_SCL 0x400001c3 698 MX8MM_IOMUXC_I2C3_SDA_ 622 MX8MM_IOMUXC_I2C3_SDA_I2C3_SDA 0x400001c3 699 >; 623 >; 700 }; 624 }; 701 625 702 pinctrl_pcie0: pcie0grp { 626 pinctrl_pcie0: pcie0grp { 703 fsl,pins = < 627 fsl,pins = < 704 MX8MM_IOMUXC_I2C4_SCL_ 628 MX8MM_IOMUXC_I2C4_SCL_PCIE1_CLKREQ_B 0x61 705 MX8MM_IOMUXC_SAI2_RXFS 629 MX8MM_IOMUXC_SAI2_RXFS_GPIO4_IO21 0x41 706 >; 630 >; 707 }; 631 }; 708 632 709 pinctrl_pcie0_reg: pcie0reggrp { 633 pinctrl_pcie0_reg: pcie0reggrp { 710 fsl,pins = < 634 fsl,pins = < 711 MX8MM_IOMUXC_GPIO1_IO0 635 MX8MM_IOMUXC_GPIO1_IO05_GPIO1_IO5 0x41 712 >; 636 >; 713 }; 637 }; 714 638 715 pinctrl_pdm: pdmgrp { << 716 fsl,pins = < << 717 MX8MM_IOMUXC_SAI5_MCLK << 718 MX8MM_IOMUXC_SAI5_RXC_ << 719 MX8MM_IOMUXC_SAI5_RXFS << 720 MX8MM_IOMUXC_SAI5_RXD0 << 721 MX8MM_IOMUXC_SAI5_RXD1 << 722 MX8MM_IOMUXC_SAI5_RXD2 << 723 MX8MM_IOMUXC_SAI5_RXD3 << 724 >; << 725 }; << 726 << 727 pinctrl_pmic: pmicirqgrp { 639 pinctrl_pmic: pmicirqgrp { 728 fsl,pins = < 640 fsl,pins = < 729 MX8MM_IOMUXC_GPIO1_IO0 641 MX8MM_IOMUXC_GPIO1_IO03_GPIO1_IO3 0x141 730 >; 642 >; 731 }; 643 }; 732 644 733 pinctrl_reg_usdhc2_vmmc: regusdhc2vmmc 645 pinctrl_reg_usdhc2_vmmc: regusdhc2vmmcgrp { 734 fsl,pins = < 646 fsl,pins = < 735 MX8MM_IOMUXC_SD2_RESET 647 MX8MM_IOMUXC_SD2_RESET_B_GPIO2_IO19 0x41 736 >; 648 >; 737 }; 649 }; 738 650 739 pinctrl_sai2: sai2grp { 651 pinctrl_sai2: sai2grp { 740 fsl,pins = < 652 fsl,pins = < 741 MX8MM_IOMUXC_SAI2_TXC_ 653 MX8MM_IOMUXC_SAI2_TXC_SAI2_TX_BCLK 0xd6 742 MX8MM_IOMUXC_SAI2_TXFS 654 MX8MM_IOMUXC_SAI2_TXFS_SAI2_TX_SYNC 0xd6 743 MX8MM_IOMUXC_SAI2_TXD0 655 MX8MM_IOMUXC_SAI2_TXD0_SAI2_TX_DATA0 0xd6 744 MX8MM_IOMUXC_SAI2_RXD0 656 MX8MM_IOMUXC_SAI2_RXD0_SAI2_RX_DATA0 0xd6 745 >; 657 >; 746 }; 658 }; 747 659 748 pinctrl_sai3: sai3grp { 660 pinctrl_sai3: sai3grp { 749 fsl,pins = < 661 fsl,pins = < 750 MX8MM_IOMUXC_SAI3_TXFS 662 MX8MM_IOMUXC_SAI3_TXFS_SAI3_TX_SYNC 0xd6 751 MX8MM_IOMUXC_SAI3_TXC_ 663 MX8MM_IOMUXC_SAI3_TXC_SAI3_TX_BCLK 0xd6 752 MX8MM_IOMUXC_SAI3_MCLK 664 MX8MM_IOMUXC_SAI3_MCLK_SAI3_MCLK 0xd6 753 MX8MM_IOMUXC_SAI3_TXD_ 665 MX8MM_IOMUXC_SAI3_TXD_SAI3_TX_DATA0 0xd6 754 >; << 755 }; << 756 << 757 pinctrl_spdif1: spdif1grp { << 758 fsl,pins = < << 759 MX8MM_IOMUXC_SPDIF_TX_ << 760 MX8MM_IOMUXC_SPDIF_RX_ << 761 >; 666 >; 762 }; 667 }; 763 668 764 pinctrl_typec1: typec1grp { 669 pinctrl_typec1: typec1grp { 765 fsl,pins = < 670 fsl,pins = < 766 MX8MM_IOMUXC_SD1_STROB 671 MX8MM_IOMUXC_SD1_STROBE_GPIO2_IO11 0x159 767 >; 672 >; 768 }; 673 }; 769 674 770 pinctrl_uart2: uart2grp { 675 pinctrl_uart2: uart2grp { 771 fsl,pins = < 676 fsl,pins = < 772 MX8MM_IOMUXC_UART2_RXD 677 MX8MM_IOMUXC_UART2_RXD_UART2_DCE_RX 0x140 773 MX8MM_IOMUXC_UART2_TXD 678 MX8MM_IOMUXC_UART2_TXD_UART2_DCE_TX 0x140 774 >; 679 >; 775 }; 680 }; 776 681 777 pinctrl_usdhc2_gpio: usdhc2grpgpiogrp 682 pinctrl_usdhc2_gpio: usdhc2grpgpiogrp { 778 fsl,pins = < 683 fsl,pins = < 779 MX8MM_IOMUXC_GPIO1_IO1 684 MX8MM_IOMUXC_GPIO1_IO15_GPIO1_IO15 0x1c4 780 >; 685 >; 781 }; 686 }; 782 687 783 pinctrl_usdhc2: usdhc2grp { 688 pinctrl_usdhc2: usdhc2grp { 784 fsl,pins = < 689 fsl,pins = < 785 MX8MM_IOMUXC_SD2_CLK_U 690 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x190 786 MX8MM_IOMUXC_SD2_CMD_U 691 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d0 787 MX8MM_IOMUXC_SD2_DATA0 692 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d0 788 MX8MM_IOMUXC_SD2_DATA1 693 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d0 789 MX8MM_IOMUXC_SD2_DATA2 694 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d0 790 MX8MM_IOMUXC_SD2_DATA3 695 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d0 791 MX8MM_IOMUXC_GPIO1_IO0 696 MX8MM_IOMUXC_GPIO1_IO04_USDHC2_VSELECT 0x1d0 792 >; 697 >; 793 }; 698 }; 794 699 795 pinctrl_usdhc2_100mhz: usdhc2-100mhzgr 700 pinctrl_usdhc2_100mhz: usdhc2-100mhzgrp { 796 fsl,pins = < 701 fsl,pins = < 797 MX8MM_IOMUXC_SD2_CLK_U 702 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x194 798 MX8MM_IOMUXC_SD2_CMD_U 703 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d4 799 MX8MM_IOMUXC_SD2_DATA0 704 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d4 800 MX8MM_IOMUXC_SD2_DATA1 705 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d4 801 MX8MM_IOMUXC_SD2_DATA2 706 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d4 802 MX8MM_IOMUXC_SD2_DATA3 707 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d4 803 MX8MM_IOMUXC_GPIO1_IO0 708 MX8MM_IOMUXC_GPIO1_IO04_USDHC2_VSELECT 0x1d0 804 >; 709 >; 805 }; 710 }; 806 711 807 pinctrl_usdhc2_200mhz: usdhc2-200mhzgr 712 pinctrl_usdhc2_200mhz: usdhc2-200mhzgrp { 808 fsl,pins = < 713 fsl,pins = < 809 MX8MM_IOMUXC_SD2_CLK_U 714 MX8MM_IOMUXC_SD2_CLK_USDHC2_CLK 0x196 810 MX8MM_IOMUXC_SD2_CMD_U 715 MX8MM_IOMUXC_SD2_CMD_USDHC2_CMD 0x1d6 811 MX8MM_IOMUXC_SD2_DATA0 716 MX8MM_IOMUXC_SD2_DATA0_USDHC2_DATA0 0x1d6 812 MX8MM_IOMUXC_SD2_DATA1 717 MX8MM_IOMUXC_SD2_DATA1_USDHC2_DATA1 0x1d6 813 MX8MM_IOMUXC_SD2_DATA2 718 MX8MM_IOMUXC_SD2_DATA2_USDHC2_DATA2 0x1d6 814 MX8MM_IOMUXC_SD2_DATA3 719 MX8MM_IOMUXC_SD2_DATA3_USDHC2_DATA3 0x1d6 815 MX8MM_IOMUXC_GPIO1_IO0 720 MX8MM_IOMUXC_GPIO1_IO04_USDHC2_VSELECT 0x1d0 816 >; 721 >; 817 }; 722 }; 818 723 819 pinctrl_wdog: wdoggrp { 724 pinctrl_wdog: wdoggrp { 820 fsl,pins = < 725 fsl,pins = < 821 MX8MM_IOMUXC_GPIO1_IO0 726 MX8MM_IOMUXC_GPIO1_IO02_WDOG1_WDOG_B 0x166 822 >; 727 >; 823 }; 728 }; 824 729 825 pinctrl_backlight: backlightgrp { 730 pinctrl_backlight: backlightgrp { 826 fsl,pins = < 731 fsl,pins = < 827 MX8MM_IOMUXC_GPIO1_IO0 732 MX8MM_IOMUXC_GPIO1_IO01_PWM1_OUT 0x06 828 >; 733 >; 829 }; 734 }; 830 735 831 pinctrl_camera: cameragrp { 736 pinctrl_camera: cameragrp { 832 fsl,pins = < 737 fsl,pins = < 833 MX8MM_IOMUXC_GPIO1_IO0 738 MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6 0x19 834 MX8MM_IOMUXC_GPIO1_IO0 739 MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7 0x19 835 MX8MM_IOMUXC_GPIO1_IO1 740 MX8MM_IOMUXC_GPIO1_IO14_CCMSRCGPCMIX_CLKO1 0x59 836 >; 741 >; 837 }; 742 }; 838 }; 743 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.