We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfd5a60 commit 63a5205Copy full SHA for 63a5205
dts/riscv/bflb/bl60x.dtsi
@@ -143,6 +143,12 @@
143
size = <128>;
144
};
145
146
+ cache: cache@40009000 {
147
+ reg = <0x40009000 DT_SIZE_K(4)>;
148
+ compatible = "bflb,l1c";
149
+ dcache-ways-disabled = <0>;
150
+ };
151
+
152
uart0: uart@4000a000 {
153
compatible = "bflb,uart";
154
reg = <0x4000a000 0x100>;
dts/riscv/bflb/bl70x.dtsi
@@ -148,6 +148,12 @@
155
156
157
158
159
0 commit comments