soc: nrf52810: Allow the use of SPI0, TWI0, and UART0
In the recent MDK brought by nrfx 1.6.2, these legacy peripherals have been revealed as available also in nRF52810. This patch allows their use in Zephyr drivers. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
91bd31e883
commit
e2dd85472a
3 changed files with 6 additions and 1 deletions
|
@ -65,7 +65,8 @@
|
|||
};
|
||||
|
||||
uart0: uart@40002000 {
|
||||
compatible = "nordic,nrf-uarte";
|
||||
/* uart can be either UART or UARTE, for the user to pick */
|
||||
/* compatible = "nordic,nrf-uarte" or "nordic,nrf-uart"; */
|
||||
reg = <0x40002000 0x1000>;
|
||||
interrupts = <2 1>;
|
||||
status = "disabled";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue