File tree Expand file tree Collapse file tree 5 files changed +18
-31
lines changed
bindings/flash_controller Expand file tree Collapse file tree 5 files changed +18
-31
lines changed Original file line number Diff line number Diff line change 160160/dts /bindings /* /st,stm32 * @ erwango
161161/dts /bindings /sensor /ams,ens210.yaml @ alexanderwachter
162162/dts /bindings /sensor /ams,iaqcore.yaml @ alexanderwachter
163- /dts /common /sim-flash.dtsi @ nvlsianpu
164163/ext /fs / @ nashif @ wentongwu
165164/ext /hal /cmsis / @ MaureenHelm @ galak
166165/ext /hal /libmetal / @ galak
Original file line number Diff line number Diff line change 77#define DT_ETH_E1000_IRQ_PRIORITY DT_INTEL_E1000_FEBC0000_IRQ_0_PRIORITY
88#define DT_ETH_E1000_IRQ_FLAGS DT_INTEL_E1000_FEBC0000_IRQ_0_SENSE
99
10- #define DT_FLASH_DEV_NAME DT_SIM_FLASH_SIM_FLASH_LABEL
10+ #define DT_FLASH_DEV_NAME DT_ZEPHYR_SIM_FLASH_SIM_FLASH_LABEL
1111
1212/* End of Board Level DTS fixup file */
Original file line number Diff line number Diff line change 1313#endif
1414
1515#include <ia32.dtsi>
16- #include "../../../dts/common/sim-flash.dtsi"
1716
1817/ {
1918 model = "QEMU X86";
4645 status = "ok";
4746 };
4847 };
48+
49+ sim_flash {
50+ compatible = "zephyr,sim-flash";
51+ label = "FLASH_SIMULATOR";
52+
53+ #address-cells = <1>;
54+ #size-cells = <1>;
55+
56+ flash_sim0: flash_sim@0 {
57+ compatible = "soc-nv-flash";
58+ reg = <0x00000000 DT_FLASH_SIZE>;
59+
60+ erase-block-size = <1024>;
61+ write-block-size = <4>;
62+ };
63+ };
4964};
5065
5166&uart0 {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ properties:
1111 type : string
1212 category : required
1313 description : compatible strings
14- constraint : " sim-flash"
14+ constraint : " zephyr, sim-flash"
1515
1616 label :
1717 type : string
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments