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:
parent
59f4daf585
commit
148f4e3872
3 changed files with 11 additions and 9 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue