// SPDX-License-Identifier: GPL-2.0-or-later OR MIT /* * Copyright 2018-2021 Toradex */ / { aliases { rtc0 = &rtc_i2c; rtc1 = &rtc; }; reg_3v3: regulator-3v3 { compatible = "regulator-fixed"; regulator-max-microvolt = <3300000>; regulator-min-microvolt = <3300000>; regulator-name = "3.3V"; }; }; /* Colibri Analogue Inputs */ &adc0 { status = "okay"; }; /* Colibri PWM_A */ &adma_pwm { status = "okay"; }; &colibri_gpio_keys { status = "okay"; }; /* Colibri FastEthernet */ &fec1 { status = "okay"; }; /* Colibri I2C */ &i2c1 { status = "okay"; /* M41T0M6 real time clock on carrier board */ rtc_i2c: rtc@68 { compatible = "st,m41t0"; reg = <0x68>; }; }; &iomuxc { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_gpio_iris>; pinctrl_gpio_iris: gpioirisgrp { fsl,pins = , /* SODIMM 98 */ , /* SODIMM 133 */ , /* SODIMM 103 */ , /* SODIMM 101 */ , /* SODIMM 97 */ , /* SODIMM 85 */ ; /* SODIMM 79 */ }; pinctrl_uart1_forceoff: uart1forceoffgrp { fsl,pins = ; /* SODIMM 22 */ }; pinctrl_uart23_forceoff: uart23forceoffgrp { fsl,pins = ; /* SODIMM 23 */ }; }; /* Colibri SPI */ &lpspi2 { status = "okay"; }; /* Colibri UART_B */ &lpuart0 { status = "okay"; }; /* Colibri UART_C */ &lpuart2 { status = "okay"; }; /* Colibri UART_A */ &lpuart3 { status= "okay"; }; &lsio_gpio3 { /* * Add GPIO3_10 as a wakeup source: * Pin: 157 SC_P_QSPI0A_DATA1 (SODIMM_45) * Type: 6 SC_PAD_WAKEUP_RISE_EDGE * Line: 10 GPIO3_IO10 */ pad-wakeup = ; pad-wakeup-num = <1>; /* * This turns the LVDS transceiver on. If one wants to turn the * transceiver off, that property has to be deleted and the gpio handled * in userspace. */ lvds-tx-on-hog { gpio-hog; gpios = <18 0>; output-high; }; }; /* Colibri PWM_B */ &lsio_pwm0 { status = "okay"; }; /* Colibri PWM_C */ &lsio_pwm1 { status = "okay"; }; /* Colibri PWM_D */ &lsio_pwm2 { status = "okay"; }; ®_usbh_vbus { status = "okay"; }; /* USB PHY for &usbotg3 */ &usb3_phy { status = "okay"; }; &usbotg1 { extcon = <&extcon_usbc_det &extcon_usbc_det>; vbus-supply = <®_usbh_vbus>; srp-disable; hnp-disable; adp-disable; power-active-high; disable-over-current; status = "okay"; }; &usbotg3 { status = "okay"; }; &usbotg3_cdns3 { dr_mode = "host"; status = "okay"; }; /* USB PHY for &usbotg1 */ &usbphy1 { status = "okay"; }; /* Colibri SD/MMC Card */ &usdhc2 { status = "okay"; };