esp32: boards: disable in-tree timer nodes

Makes all in-tree timer nodes disabled by default
at the board's level.

Signed-off-by: Glauber Maroto Ferreira <glauber.ferreira@espressif.com>
This commit is contained in:
Glauber Maroto Ferreira 2022-07-06 18:43:24 -03:00 committed by Carles Cufí
parent 2bc16b9918
commit b899ae7d8c
3 changed files with 10 additions and 10 deletions

View file

@ -80,11 +80,11 @@
};
&timer0 {
status = "okay";
status = "disabled";
};
&timer1 {
status = "okay";
status = "disabled";
};
&flash0 {

View file

@ -86,19 +86,19 @@
};
&timer0 {
status = "okay";
status = "disabled";
};
&timer1 {
status = "okay";
status = "disabled";
};
&timer2 {
status = "okay";
status = "disabled";
};
&timer3 {
status = "okay";
status = "disabled";
};
&trng0 {

View file

@ -45,19 +45,19 @@
};
&timer0 {
status = "okay";
status = "disabled";
};
&timer1 {
status = "okay";
status = "disabled";
};
&timer2 {
status = "okay";
status = "disabled";
};
&timer3 {
status = "okay";
status = "disabled";
};
&i2c0 {