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:
Martí Bolívar 2021-05-05 10:48:00 -07:00 committed by Ioannis Glaropoulos
parent c8e8d1d109
commit 6b15ad1fd5

View file

@ -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";