esp32/s2/c3: dts: remove pinmux node
remove the pinmux node from ESP32, ESP32-S2 and ESP32-C3 SoCs. Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
parent
f0479f5458
commit
d06959c057
|
@ -41,11 +41,6 @@
|
|||
reg = <0x3fc7c000 0x50000>;
|
||||
};
|
||||
|
||||
pinmux: pinmux@60009000 {
|
||||
compatible = "espressif,esp32-pinmux";
|
||||
reg = <0x60009000 0x800>;
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
compatible = "espressif,esp32-pinctrl";
|
||||
status = "okay";
|
||||
|
|
|
@ -131,11 +131,6 @@
|
|||
peripheral = <2>;
|
||||
};
|
||||
|
||||
pinmux: pinmux@3ff49000 {
|
||||
compatible = "espressif,esp32-pinmux";
|
||||
reg = <0x3ff49000 0x94>;
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
compatible = "espressif,esp32-pinctrl";
|
||||
status = "okay";
|
||||
|
|
|
@ -105,11 +105,6 @@
|
|||
peripheral = <1>;
|
||||
};
|
||||
|
||||
pinmux: pinmux@3f409000 {
|
||||
compatible = "espressif,esp32-pinmux";
|
||||
reg = <0x3f409000 0x94>;
|
||||
};
|
||||
|
||||
pinctrl: pin-controller {
|
||||
compatible = "espressif,esp32-pinctrl";
|
||||
status = "okay";
|
||||
|
|
Loading…
Reference in a new issue