Skip to content

Commit 7830a76

Browse files
VynDragonnashif
authored andcommitted
dts: bflb: Add flash-controller chosen
Adds flash controller chosen to make CI happy Signed-off-by: Camille BAUD <[email protected]>
1 parent 79356f1 commit 7830a76

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

dts/riscv/bflb/bl60x.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@
5757
};
5858
};
5959

60+
chosen {
61+
zephyr,flash-controller = &flashctrl;
62+
};
63+
6064
cpus {
6165
#address-cells = <1>;
6266
#size-cells = <0>;

dts/riscv/bflb/bl61x.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@
7171
};
7272
};
7373

74+
chosen {
75+
zephyr,flash-controller = &flashctrl;
76+
};
77+
7478
cpus {
7579
#address-cells = <1>;
7680
#size-cells = <0>;

dts/riscv/bflb/bl70x.dtsi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
};
5757
};
5858

59+
chosen {
60+
zephyr,flash-controller = &flashctrl;
61+
};
62+
5963
cpus {
6064
#address-cells = <1>;
6165
#size-cells = <0>;

0 commit comments

Comments
 (0)