Skip to content

Commit 63a5205

Browse files
VynDragonkartben
authored andcommitted
dts: bflb: Add bflb,l1c to bl60x and bl70x
Adds BL60x and BL70x cache nodes Signed-off-by: Camille BAUD <[email protected]>
1 parent dfd5a60 commit 63a5205

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

dts/riscv/bflb/bl60x.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
size = <128>;
144144
};
145145

146+
cache: cache@40009000 {
147+
reg = <0x40009000 DT_SIZE_K(4)>;
148+
compatible = "bflb,l1c";
149+
dcache-ways-disabled = <0>;
150+
};
151+
146152
uart0: uart@4000a000 {
147153
compatible = "bflb,uart";
148154
reg = <0x4000a000 0x100>;

dts/riscv/bflb/bl70x.dtsi

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@
148148
size = <128>;
149149
};
150150

151+
cache: cache@40009000 {
152+
reg = <0x40009000 DT_SIZE_K(4)>;
153+
compatible = "bflb,l1c";
154+
dcache-ways-disabled = <0>;
155+
};
156+
151157
uart0: uart@4000a000 {
152158
compatible = "bflb,uart";
153159
reg = <0x4000a000 0x100>;

0 commit comments

Comments
 (0)