File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
bindings/flash_controller Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 582
582
};
583
583
};
584
584
585
+ ospi0: ospi@40268000 {
586
+ compatible = "renesas,ra-ospi-b";
587
+ reg = <0x40268000 0x19c>;
588
+ #address-cells = <1>;
589
+ #size-cells = <1>;
590
+ clocks = <&octaspiclk MSTPB 16>;
591
+ status = "disabled";
592
+ };
593
+
585
594
option_setting_ofs: option_setting_ofs@300a100 {
586
595
compatible = "zephyr,memory-region";
587
596
reg = <0x0300a100 0x18>;
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ description: Renesas RA OSPI FLASH
5
5
6
6
compatible : " renesas,ra-ospi-b-nor"
7
7
8
- include : [base .yaml]
8
+ include : [flash-controller .yaml]
9
9
10
10
on-bus : ospi
11
11
@@ -14,11 +14,6 @@ properties:
14
14
required : true
15
15
description : Flash Memory base address and size in bytes
16
16
17
- size :
18
- type : int
19
- required : true
20
- description : Flash Memory size
21
-
22
17
protocol-mode :
23
18
type : int
24
19
required : true
You can’t perform that action at this time.
0 commit comments