boards: Cleanup and standardize features

This commit is contained in:
Nick
2020-11-08 15:05:13 -06:00
committed by Pete Johanson
parent ae51000d60
commit 91e3a7d75a
6 changed files with 55 additions and 34 deletions

View File

@@ -14,9 +14,6 @@
chosen {
zephyr,code-partition = &code_partition;
// zephyr,console = &uart0;
//zephyr,bt-mon-uart = &uart0;
//zephyr,bt-c2h-uart = &uart0;
zephyr,sram = &sram0;
zephyr,flash = &flash0;
};
@@ -70,10 +67,10 @@
compatible = "nordic,nrf-uarte";
status = "okay";
current-speed = <115200>;
tx-pin = <39>;
rx-pin = <34>;
rts-pin = <33>;
cts-pin = <12>;
tx-pin = <19>;
rx-pin = <21>;
rts-pin = <23>;
cts-pin = <25>;
};
&usbd {