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 {
|
uart0: uart@4000a000 {
|
||||||
compatible = "bflb,uart";
|
compatible = "bflb,uart";
|
||||||
reg = <0x4000a000 0x100>;
|
reg = <0x4000a000 0x100>;
|
||||||
|
|
|
@ -3,6 +3,9 @@
|
||||||
# SPDX-License-Identifier: Apache-2.0
|
# SPDX-License-Identifier: Apache-2.0
|
||||||
|
|
||||||
config SOC_SERIES_BL60X
|
config SOC_SERIES_BL60X
|
||||||
|
select ATOMIC_OPERATIONS_C
|
||||||
|
select CPU_HAS_FPU
|
||||||
|
select INCLUDE_RESET_VECTOR
|
||||||
select RISCV
|
select RISCV
|
||||||
select RISCV_MACHINE_TIMER
|
select RISCV_MACHINE_TIMER
|
||||||
select RISCV_ISA_RV32I
|
select RISCV_ISA_RV32I
|
||||||
|
@ -11,8 +14,6 @@ config SOC_SERIES_BL60X
|
||||||
select RISCV_ISA_EXT_C
|
select RISCV_ISA_EXT_C
|
||||||
select RISCV_ISA_EXT_ZICSR
|
select RISCV_ISA_EXT_ZICSR
|
||||||
select RISCV_ISA_EXT_ZIFENCEI
|
select RISCV_ISA_EXT_ZIFENCEI
|
||||||
select ATOMIC_OPERATIONS_C
|
|
||||||
select CPU_HAS_FPU
|
|
||||||
select INCLUDE_RESET_VECTOR
|
|
||||||
select SOC_EARLY_INIT_HOOK
|
select SOC_EARLY_INIT_HOOK
|
||||||
|
select SYSCON
|
||||||
select XIP
|
select XIP
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue