| /* |
| * Copyright 2024 NXP |
| * SPDX-License-Identifier: Apache-2.0 |
| */ |
| |
| |
| #include <nxp/mcx/MCXA156VLL-pinctrl.h> |
| |
| &pinctrl { |
| pinmux_lpuart0: pinmux_lpuart0 { |
| group0 { |
| pinmux = <LPUART0_RXD_P0_2>, |
| <LPUART0_TXD_P0_3>; |
| drive-strength = "low"; |
| slew-rate = "fast"; |
| input-enable; |
| }; |
| }; |
| pinmux_dac0: pinmux_dac0 { |
| group0 { |
| pinmux = <DAC0_OUT_P2_2>; |
| drive-strength = "low"; |
| slew-rate = "fast"; |
| }; |
| }; |
| pinmux_flexpwm0_pwm0: pinmux_flexpwm0_pwm0 { |
| group0 { |
| pinmux = <PWM0_A0_P3_6>, |
| <PWM0_B0_P3_7>; |
| slew-rate = "fast"; |
| drive-strength = "low"; |
| }; |
| }; |
| pinmux_lpadc0: pinmux_lpadc0 { |
| group0 { |
| pinmux = <ADC0_A0_P2_0>, |
| <ADC0_A1_P2_1>; |
| slew-rate = "fast"; |
| drive-strength = "low"; |
| }; |
| }; |
| pinmux_lpcmp0: pinmux_lpcmp0 { |
| group0 { |
| pinmux = <CMP0_IN0_P2_2>; |
| drive-strength = "low"; |
| slew-rate = "fast"; |
| bias-pull-up; |
| }; |
| }; |
| }; |