dts: nordic: nrf9160: Remove redundant aliases

Several aliases were added to nrf9160[ns].dtsi files solely for
the purpose of getting base addresses of certain hardware modules
via DT_ macros generated for these aliases.
Since for one-instance modules the same can be now achieved with
standard DT_INST_0_* macros, there is no need to keep these aliases.

Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
Andrzej Głąbek 2019-07-31 14:38:24 +02:00 committed by Ioannis Glaropoulos
commit 3fbe2828ba
3 changed files with 10 additions and 18 deletions

View file

@ -30,13 +30,8 @@
aliases {
flash-controller = &flash_controller;
ficr = &ficr;
rtc-0 = &rtc0;
rtc-1 = &rtc1;
clock = &clock;
power = &power;
nvmc = &flash_controller;
spu = &spu;
uart-0 = &uart0;
uart-1 = &uart1;
uart-2 = &uart2;