File tree 2 files changed +11
-3
lines changed
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 151
151
compatible = "mmio-sram";
152
152
reg = <0x42030000 DT_SIZE_K(112)>;
153
153
};
154
+
155
+ efuse: efuse@40007000 {
156
+ compatible = "bflb,efuse";
157
+ reg = <0x40007000 0x1000>;
158
+ status = "okay";
159
+ size = <128>;
160
+ };
154
161
};
155
162
};
Original file line number Diff line number Diff line change 3
3
# SPDX-License-Identifier: Apache-2.0
4
4
5
5
config SOC_SERIES_BL60X
6
+ select ATOMIC_OPERATIONS_C
7
+ select CPU_HAS_FPU
8
+ select INCLUDE_RESET_VECTOR
6
9
select RISCV
7
10
select RISCV_MACHINE_TIMER
8
11
select RISCV_ISA_RV32I
@@ -11,8 +14,6 @@ config SOC_SERIES_BL60X
11
14
select RISCV_ISA_EXT_C
12
15
select RISCV_ISA_EXT_ZICSR
13
16
select RISCV_ISA_EXT_ZIFENCEI
14
- select ATOMIC_OPERATIONS_C
15
- select CPU_HAS_FPU
16
- select INCLUDE_RESET_VECTOR
17
17
select SOC_EARLY_INIT_HOOK
18
+ select SYSCON
18
19
select XIP
You can’t perform that action at this time.
0 commit comments