esp32s2: drivers: pinmux: add pinmux support
on top of esp32 pinmux driver code. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
7da555621c
commit
219fe5339d
3 changed files with 9 additions and 1 deletions
|
@ -37,6 +37,11 @@
|
|||
label = "UART_0";
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
pinmux: pinmux@3f409000 {
|
||||
compatible = "espressif,esp32-pinmux";
|
||||
reg = <0x3f409000 0x94>;
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue