dts: Update soc-nv-flash nodes

Where missing add compatible = "soc-nv-flash".  Also added a label for
all the soc-nv-flash that we might use in the future.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-01-22 09:28:58 -06:00 committed by Kumar Gala
commit 37d72bf0d6
19 changed files with 30 additions and 0 deletions

View file

@ -26,6 +26,8 @@
};
flash0: flash@80000 {
compatible = "soc-nv-flash";
label = "FLASH_0";
reg = <0x00080000 0x80000>;
};

View file

@ -26,6 +26,8 @@
};
flash0: flash@400000 {
compatible = "soc-nv-flash";
label = "FLASH_0";
reg = <0x00400000 0x100000>;
};

View file

@ -20,6 +20,7 @@
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "FLASH_0";
reg = <0 0x40000>;
write-block-size = <64>;
};

View file

@ -22,6 +22,8 @@
};
flash0: flash@400000 {
compatible = "soc-nv-flash";
label = "FLASH_0";
reg = <0x00400000 DT_FLASH_SIZE>;
};

View file

@ -22,6 +22,7 @@
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF5_FLASH";
reg = <0x00000000 DT_FLASH_SIZE>;
write-block-size = <4>;
};

View file

@ -22,6 +22,7 @@
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF5_FLASH";
reg = <0x00000000 DT_FLASH_SIZE>;
write-block-size = <4>;
};

View file

@ -22,6 +22,7 @@
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "NRF5_FLASH";
reg = <0x00000000 DT_FLASH_SIZE>;
write-block-size = <4>;
};

View file

@ -74,6 +74,7 @@
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x100000>;
write-block-size = <8>;

View file

@ -22,6 +22,8 @@
soc {
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x20000>;
};

View file

@ -65,6 +65,8 @@
#size-cells = <1>;
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
};
};

View file

@ -50,6 +50,8 @@
};
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
};

View file

@ -50,6 +50,8 @@
};
flash0: flash@0 {
compatible = "soc-nv-flash";
label = "MCUX_FLASH";
reg = <0 0x80000>;
};

View file

@ -9,6 +9,8 @@
};
flash0: flash {
compatible = "soc-nv-flash";
label = "FLASH_0";
reg = <0 DT_FLASH_SIZE>;
};

View file

@ -24,6 +24,7 @@
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_FLASH_SIZE>;
write-block-size = <2>;

View file

@ -23,6 +23,8 @@
};
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_FLASH_SIZE>;
};

View file

@ -23,6 +23,8 @@
};
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_FLASH_SIZE>;
};

View file

@ -24,6 +24,7 @@
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_FLASH_SIZE>;
write-block-size = <1>;

View file

@ -25,6 +25,7 @@
flash0: flash@8000000 {
compatible = "soc-nv-flash";
label = "FLASH_STM32";
reg = <0x08000000 DT_FLASH_SIZE>;
write-block-size = <8>;

View file

@ -38,6 +38,8 @@
#if defined(CONFIG_SOC_CC3220SF)
flash1: flash@1000000 {
compatible = "soc-nv-flash";
label = "FLASH_1";
reg = <0x01000000 DT_FLASH_SIZE>;
};
#endif