dtsi: esp32c3: added missing cell defs
missing address and cell size definition causes testing failures. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
6ea12f0fbb
commit
651b448131
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,9 @@
|
|||
#include <mem.h>
|
||||
|
||||
/ {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
||||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
|
|
|||
Loading…
Reference in a new issue