dts: nrf9160: Add rtc0 node and replace nvmc node with alias

Add missing node for instance 0 of the RTC peripheral and use an alias
to the flash-controller node instead of the nvmc node definition (there
is no need to have a separate node just to get the NVMC base address).

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2019-01-16 14:51:31 +01:00 committed by Carles Cufí
commit 148f4e3872
3 changed files with 11 additions and 9 deletions

View file

@ -28,10 +28,11 @@
aliases {
flash-controller = &flash_controller;
ficr = &ficr;
rtc-0 = &rtc0;
rtc-1 = &rtc1;
clock = &clock;
power = &power;
nvmc = &nvmc;
nvmc = &flash_controller;
spu = &spu;
uart-0 = &uart0;
uart-1 = &uart1;