boards: arm: BT510: Switch to enhanced peripheral drivers

This switches from UART to UARTE and from TWI to TWIM

Signed-off-by: Jamie McCrae <jamie.mccrae@lairdconnect.com>
This commit is contained in:
Jamie McCrae 2022-03-14 08:45:41 +00:00 committed by Carles Cufí
commit 59f496a034

View file

@ -100,7 +100,7 @@
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uarte";
current-speed = <115200>; current-speed = <115200>;
status = "okay"; status = "okay";
tx-pin = <6>; tx-pin = <6>;
@ -108,7 +108,7 @@
}; };
&i2c0 { &i2c0 {
compatible = "nordic,nrf-twi"; compatible = "nordic,nrf-twim";
status = "okay"; status = "okay";
sda-pin = <26>; sda-pin = <26>;
scl-pin = <27>; scl-pin = <27>;