Lines Matching +full:partition +full:- +full:erase
1 /* SPDX-License-Identifier: Apache-2.0 */
4 /dts-v1/;
17 #include <zephyr/dt-bindings/pcie/pcie.h>
24 compatible = "soc-nv-flash";
29 uart-0 = &uart0;
30 uart-1 = &uart1;
31 eeprom-0 = &eeprom0;
32 eeprom-1 = &eeprom1;
40 zephyr,bt-hci = &bt_hci_uart;
41 zephyr,shell-uart = &uart0;
42 zephyr,uart-pipe = &uart1;
43 zephyr,bt-mon-uart = &uart1;
44 zephyr,code-partition = &slot0_partition;
45 zephyr,flash-controller = &sim_flash;
51 #address-cells = <1>;
52 #size-cells = <1>;
53 compatible = "pcie-controller";
54 acpi-hid = "PNP0A08";
60 vendor-id = <0x10e8>;
61 device-id = <0x8406>;
63 interrupt-parent = <&intc>;
65 can-transceiver {
66 max-bitrate = <1000000>;
73 vendor-id = <0x8086>;
74 device-id = <0x100e>;
77 interrupt-parent = <&intc>;
84 compatible = "zephyr,sim-flash";
86 #address-cells = <1>;
87 #size-cells = <1>;
88 erase-value = <0xff>;
91 compatible = "soc-nv-flash";
94 erase-block-size = <1024>;
95 write-block-size = <4>;
101 compatible = "zephyr,emu-eeprom";
104 partition = <&eepromemu_partition>;
110 compatible = "zephyr,sim-eeprom";
115 compatible = "zephyr,ieee802154-uart-pipe";
122 current-speed = <115200>;
127 current-speed = <115200>;
130 compatible = "zephyr,bt-hci-uart";
142 compatible = "fixed-partitions";
143 #address-cells = <1>;
144 #size-cells = <1>;
147 * Storage partition will be used by FCB/LittleFS/NVS
150 storage_partition: partition@1000 {
155 slot0_partition: partition@11000 {
156 label = "image-0";
159 slot1_partition: partition@21000 {
160 label = "image-1";
163 eepromemu_partition: partition@31000 {
164 label = "eeprom-emu";