You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
571 B
32 lines
571 B
/* |
|
* NOTE: Autogenerated file by gen_board_pinctrl.py |
|
* for MKV58F1M0VLQ24/signal_configuration.xml |
|
* |
|
* Copyright (c) 2022, NXP |
|
* SPDX-License-Identifier: Apache-2.0 |
|
*/ |
|
|
|
|
|
#include <nxp/kinetis/MKV58F1M0VLQ24-pinctrl.h> |
|
|
|
&pinctrl { |
|
i2c1_default: i2c1_default { |
|
group0 { |
|
pinmux = <I2C1_SCL_PTD8>, |
|
<I2C1_SDA_PTD9>; |
|
drive-strength = "low"; |
|
drive-open-drain; |
|
slew-rate = "fast"; |
|
}; |
|
}; |
|
|
|
uart0_default: uart0_default { |
|
group0 { |
|
pinmux = <UART0_RX_PTB0>, |
|
<UART0_TX_PTB1>; |
|
drive-strength = "low"; |
|
slew-rate = "fast"; |
|
}; |
|
}; |
|
|
|
};
|
|
|