dts: nordic: Remove no longer needed peripheral aliases
Aliases defined for peripheral nodes in the nRF SoC definitions were used in drivers to properly match the hardware instances. After the drivers were converted to use the new DT API, these aliases became needless. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
0742a45ac9
commit
e64f75bae1
12 changed files with 0 additions and 322 deletions
|
@ -27,24 +27,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
aliases {
|
||||
i2c-0 = &i2c0;
|
||||
i2c-1 = &i2c1;
|
||||
spi-0 = &spi0;
|
||||
spi-1 = &spi1;
|
||||
uart-0 = &uart0;
|
||||
gpio-0 = &gpio0;
|
||||
gpiote-0 = &gpiote;
|
||||
wdt-0 = &wdt0;
|
||||
usbd-0 = &usbd;
|
||||
qdec-0 = &qdec;
|
||||
rtc-0 = &rtc0;
|
||||
rtc-1 = &rtc1;
|
||||
timer-0 = &timer0;
|
||||
timer-1 = &timer1;
|
||||
timer-2 = &timer2;
|
||||
};
|
||||
|
||||
soc {
|
||||
|
||||
flash_controller: flash-controller@4001e000 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue