| /* |
| * Copyright (c) 2021, NXP |
| * |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| #include "mimxrt1170_evk-pinctrl.dtsi" |
| |
| / { |
| aliases { |
| led0 = &green_led; |
| sw0 = &user_button; |
| magn0 = &fxos8700; |
| accel0 = &fxos8700; |
| sdhc0 = &usdhc1; |
| }; |
| |
| leds { |
| compatible = "gpio-leds"; |
| green_led: led-1 { |
| gpios = <&gpio9 3 GPIO_ACTIVE_HIGH>; |
| label = "User LED D6"; |
| }; |
| }; |
| |
| gpio_keys { |
| compatible = "gpio-keys"; |
| user_button: button-1 { |
| label = "User SW7"; |
| gpios = <&gpio13 0 GPIO_ACTIVE_HIGH>; |
| }; |
| }; |
| |
| pwmleds { |
| compatible = "pwm-leds"; |
| |
| green_pwm_led: green_pwm_led { |
| pwms = <&flexpwm1_pwm2 0 PWM_MSEC(20)>; |
| }; |
| }; |
| }; |
| |
| &lpi2c5 { |
| status = "okay"; |
| pinctrl-0 = <&pinmux_lpi2c5>; |
| pinctrl-names = "default"; |
| |
| fxos8700: fxos8700@1f { |
| compatible = "nxp,fxos8700"; |
| reg = <0x1f>; |
| |
| /* Two zero ohm resistors (R256 and R270) isolate sensor |
| * interrupt gpios from the soc and are unpopulated by default. |
| * Note that if you populate them, they conflict with camera and |
| * ethernet PHY reset signals. |
| */ |
| int1-gpios = <&gpio11 14 GPIO_ACTIVE_LOW>; |
| int2-gpios = <&gpio11 15 GPIO_ACTIVE_LOW>; |
| }; |
| }; |
| |
| &lpuart1 { |
| status = "okay"; |
| pinctrl-0 = <&pinmux_lpuart1>; |
| pinctrl-1 = <&pinmux_lpuart1_sleep>; |
| pinctrl-names = "default", "sleep"; |
| current-speed = <115200>; |
| }; |
| |
| &lpuart2 { |
| pinctrl-0 = <&pinmux_lpuart2>; |
| pinctrl-1 = <&pinmux_lpuart2_sleep>; |
| pinctrl-names = "default", "sleep"; |
| }; |
| |
| &user_button { |
| status = "okay"; |
| }; |
| |
| &green_led { |
| status = "okay"; |
| }; |
| |
| &flexpwm1_pwm2 { |
| status = "okay"; |
| pinctrl-0 = <&pinmux_flexpwm1>; |
| pinctrl-names = "default"; |
| }; |
| |
| &enet { |
| pinctrl-0 = <&pinmux_enet>; |
| pinctrl-names = "default"; |
| ptp { |
| pinctrl-0 = <&pinmux_ptp>; |
| pinctrl-names = "default"; |
| }; |
| }; |
| |
| &csi { |
| pinctrl-0 = <&pinmux_csi>; |
| pinctrl-names = "default"; |
| }; |
| |
| &flexcan3 { |
| pinctrl-0 = <&pinmux_flexcan3>; |
| pinctrl-names = "default"; |
| }; |
| |
| &lcdif { |
| pinctrl-0 = <&pinmux_lcdif>; |
| pinctrl-names = "default"; |
| }; |
| |
| &lpi2c1 { |
| pinctrl-0 =<&pinmux_lpi2c5>; |
| pinctrl-names = "default"; |
| }; |
| |
| &lpspi1 { |
| pinctrl-0 = <&pinmux_lpspi1>; |
| pinctrl-names = "default"; |
| }; |
| |
| &lpuart2 { |
| pinctrl-0 = <&pinmux_lpuart2>; |
| pinctrl-1 = <&pinmux_lpuart2_sleep>; |
| pinctrl-names = "default", "sleep"; |
| }; |
| |
| &sai1 { |
| pinctrl-0 = <&pinmux_sai1>; |
| pinctrl-names = "default"; |
| }; |
| |
| &lpadc0 { |
| pinctrl-0 = <&pinmux_lpadc0>; |
| pinctrl-names = "default"; |
| }; |
| |
| &flexspi { |
| pinctrl-0 = <&pinmux_flexspi1>; |
| pinctrl-names = "default"; |
| }; |
| |
| &usdhc1 { |
| pinctrl-0 = <&pinmux_usdhc1>; |
| pinctrl-1 = <&pinmux_usdhc1_dat3_nopull>; |
| pinctrl-names = "default", "nopull"; |
| }; |