dts: nrf52811: fix indendation in dtsi
Commit 233149eec5
moved flash sram nodes
under /soc for various nordic ICs, but the indentation isn't right for
52811. Fix it.
Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
This commit is contained in:
parent
c8e8d1d109
commit
6b15ad1fd5
|
@ -42,11 +42,11 @@
|
|||
erase-block-size = <4096>;
|
||||
write-block-size = <4>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
sram0: memory@20000000 {
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
sram0: memory@20000000 {
|
||||
compatible = "mmio-sram";
|
||||
};
|
||||
|
||||
adc: adc@40007000 {
|
||||
compatible = "nordic,nrf-saadc";
|
||||
|
|
Loading…
Reference in a new issue