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:
Glauber Maroto Ferreira 2021-08-13 13:27:02 -03:00 committed by Anas Nashif
commit 219fe5339d
3 changed files with 9 additions and 1 deletions

View file

@ -37,6 +37,11 @@
label = "UART_0";
status = "disabled";
};
pinmux: pinmux@3f409000 {
compatible = "espressif,esp32-pinmux";
reg = <0x3f409000 0x94>;
};
};
};