Skip to content

Commit 6b63efb

Browse files
committed
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>
1 parent 1cdc7af commit 6b63efb

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

dts/riscv/bouffalolab/bl60x.dtsi

+7
Original file line numberDiff line numberDiff line change
@@ -151,5 +151,12 @@
151151
compatible = "mmio-sram";
152152
reg = <0x42030000 DT_SIZE_K(112)>;
153153
};
154+
155+
efuse: efuse@40007000 {
156+
compatible = "bflb,efuse";
157+
reg = <0x40007000 0x1000>;
158+
status = "okay";
159+
size = <128>;
160+
};
154161
};
155162
};

soc/bouffalolab/bl60x/Kconfig

+1
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ config SOC_SERIES_BL60X
1616
select INCLUDE_RESET_VECTOR
1717
select SOC_EARLY_INIT_HOOK
1818
select XIP
19+
select EEPROM

0 commit comments

Comments
 (0)