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 { chosen {
zephyr,code-partition = &code_partition; zephyr,code-partition = &code_partition;
// zephyr,console = &uart0;
//zephyr,bt-mon-uart = &uart0;
//zephyr,bt-c2h-uart = &uart0;
zephyr,sram = &sram0; zephyr,sram = &sram0;
zephyr,flash = &flash0; zephyr,flash = &flash0;
}; };
@ -29,6 +26,12 @@
}; };
}; };
ext-power {
compatible = "zmk,ext-power-generic";
label = "EXT_POWER";
control-gpios = <&gpio0 12 GPIO_ACTIVE_HIGH>;
};
vbatt { vbatt {
compatible = "zmk,battery-voltage-divider"; compatible = "zmk,battery-voltage-divider";
label = "BATTERY"; label = "BATTERY";
@ -43,6 +46,10 @@
status = "okay"; status = "okay";
}; };
&gpiote {
status = "okay";
};
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
@ -61,10 +68,10 @@
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <39>; tx-pin = <19>;
rx-pin = <34>; rx-pin = <21>;
rts-pin = <33>; rts-pin = <23>;
cts-pin = <12>; cts-pin = <25>;
}; };
&usbd { &usbd {

View file

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

View file

@ -12,9 +12,6 @@
chosen { chosen {
zephyr,code-partition = &code_partition; zephyr,code-partition = &code_partition;
//zephyr,console = &uart0;
//zephyr,bt-mon-uart = &uart0;
//zephyr,bt-c2h-uart = &uart0;
zephyr,sram = &sram0; zephyr,sram = &sram0;
zephyr,flash = &flash0; zephyr,flash = &flash0;
}; };
@ -37,6 +34,14 @@
}; };
&adc {
status = "okay";
};
&gpiote {
status = "okay";
};
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
@ -46,13 +51,13 @@
}; };
&uart0 { &uart0 {
compatible = "nordic,nrf-uart"; compatible = "nordic,nrf-uarte";
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <16>; tx-pin = <19>;
rx-pin = <15>; rx-pin = <21>;
rts-pin = <14>; rts-pin = <23>;
cts-pin = <13>; cts-pin = <25>;
}; };
&usbd { &usbd {

View file

@ -33,6 +33,10 @@
}; };
}; };
&gpiote {
status = "okay";
};
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
@ -51,10 +55,10 @@
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <39>; tx-pin = <19>;
rx-pin = <34>; rx-pin = <21>;
rts-pin = <33>; rts-pin = <23>;
cts-pin = <12>; cts-pin = <25>;
}; };
&usbd { &usbd {

View file

@ -33,6 +33,10 @@
}; };
}; };
&gpiote {
status = "okay";
};
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
@ -51,10 +55,10 @@
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <39>; tx-pin = <19>;
rx-pin = <34>; rx-pin = <21>;
rts-pin = <33>; rts-pin = <23>;
cts-pin = <12>; cts-pin = <25>;
}; };
&usbd { &usbd {

View file

@ -45,6 +45,10 @@
status = "okay"; status = "okay";
}; };
&gpiote {
status = "okay";
};
&gpio0 { &gpio0 {
status = "okay"; status = "okay";
}; };
@ -63,10 +67,10 @@
compatible = "nordic,nrf-uarte"; compatible = "nordic,nrf-uarte";
status = "okay"; status = "okay";
current-speed = <115200>; current-speed = <115200>;
tx-pin = <39>; tx-pin = <19>;
rx-pin = <34>; rx-pin = <21>;
rts-pin = <33>; rts-pin = <23>;
cts-pin = <12>; cts-pin = <25>;
}; };
&usbd { &usbd {