dts: nordic: nrf9160: Add missing peripheral nodes
For quite a few peripherals that are currently supported by nrfx HALs or drivers there are no definitions of corresponding CMSIS-Core peripheral accessing symbols that would provide their base addresses in the proper domain (secure or non-secure), accordingly to the build target. This commits adds devicetree nodes for these peripherals so that their base addresses can be used in definitions of the accessing symbols mentioned above. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
ed9c1ce55d
commit
a19356d79b
10 changed files with 270 additions and 0 deletions
|
@ -37,12 +37,20 @@
|
|||
uart-2 = &uart2;
|
||||
uart-3 = &uart3;
|
||||
adc-0 = &adc;
|
||||
egu-0 = &egu0;
|
||||
egu-1 = &egu1;
|
||||
egu-2 = &egu2;
|
||||
egu-3 = &egu3;
|
||||
egu-4 = &egu4;
|
||||
egu-5 = &egu5;
|
||||
gpio-0 = &gpio0;
|
||||
gpiote-0 = &gpiote;
|
||||
i2c-0 = &i2c0;
|
||||
i2c-1 = &i2c1;
|
||||
i2c-2 = &i2c2;
|
||||
i2c-3 = &i2c3;
|
||||
i2s-0 = &i2s0;
|
||||
pdm-0 = &pdm0;
|
||||
spi-0 = &spi0;
|
||||
spi-1 = &spi1;
|
||||
spi-2 = &spi2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue