dts: lpc55s69 all flash regions

Added reserved partition and bootrom partitions.

Signed-off-by: Andrei Gansari <andrei.gansari@nxp.com>
This commit is contained in:
Andrei Gansari 2019-11-11 12:08:52 +02:00 committed by Maureen Helm
commit fb9a41dc0b

View file

@ -64,6 +64,17 @@
reg = <0x10000000 DT_SIZE_K(630)>;
};
flash_reserved:flash@1009D800 {
compatible = "soc-nv-flash";
reg = <0x1009D800 DT_SIZE_K(10)>;
status = "disabled";
};
boot_rom:flash@13000000 {
compatible = "soc-nv-flash";
reg = <0x13000000 DT_SIZE_K(128)>;
};
usart0:usart@50086000 {
compatible = "nxp,lpc-usart";
reg = <0x50086000 0xE44>;