dts: bflb: Enable efuse driver on bl60x
This enables the driver by default, it will be needed at init in the future Signed-off-by: Camille BAUD <mail@massdriver.space>
This commit is contained in:
parent
88387b44dc
commit
7521971de8
2 changed files with 11 additions and 3 deletions
|
@ -83,6 +83,13 @@
|
|||
};
|
||||
};
|
||||
|
||||
efuse: efuse@40007000 {
|
||||
compatible = "bflb,efuse";
|
||||
reg = <0x40007000 0x1000>;
|
||||
status = "okay";
|
||||
size = <128>;
|
||||
};
|
||||
|
||||
uart0: uart@4000a000 {
|
||||
compatible = "bflb,uart";
|
||||
reg = <0x4000a000 0x100>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue