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:
Andrzej Głąbek 2019-02-26 12:26:50 +01:00 committed by Kumar Gala
commit e2dd85472a
3 changed files with 6 additions and 1 deletions

View file

@ -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";