Searched +full:pincrl +full:- +full:0 (Results 1 – 1 of 1) sorted by relevance
2 # SPDX-License-Identifier: Apache-2.07 states are composed by groups of pre-defined pin muxing definitions and user10 Each Zephyr-based application has its own set of pin muxing/pin configuration11 requirements. The next steps use ESP-WROVER-KIT's I2C_0 to illustrate how one15 Suppose an application running on top of the ESP-WROVER-KIT board, for some18 you'll notice that the I2C_0 node is already assigned to a pre-defined state.22 #include "esp_wrover_kit-pinctrl.dtsi"26 pinctrl-0 = <&i2c0_default>;27 pinctrl-names = "default";31 From the above excerpt, the pincrl-0 property is assigned the 'i2c0_default'[all …]