boards: ct: ctcc: remove unused peripherals
uart1 and adc are not physically routed to any pins in ctcc/nrf9161 Signed-off-by: Jan Kowalewski <jkowalewski@cthings.co>
This commit is contained in:
parent
3049e0c8b9
commit
92b2d46239
2 changed files with 0 additions and 34 deletions
|
@ -25,28 +25,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
uart1_default: uart1_default {
|
|
||||||
group1 {
|
|
||||||
psels = <NRF_PSEL(UART_TX, 0, 27)>,
|
|
||||||
<NRF_PSEL(UART_RTS, 0, 16)>;
|
|
||||||
};
|
|
||||||
group2 {
|
|
||||||
psels = <NRF_PSEL(UART_RX, 0, 26)>,
|
|
||||||
<NRF_PSEL(UART_CTS, 0, 17)>;
|
|
||||||
bias-pull-up;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
uart1_sleep: uart1_sleep {
|
|
||||||
group1 {
|
|
||||||
psels = <NRF_PSEL(UART_TX, 0, 27)>,
|
|
||||||
<NRF_PSEL(UART_RX, 0, 26)>,
|
|
||||||
<NRF_PSEL(UART_RTS, 0, 16)>,
|
|
||||||
<NRF_PSEL(UART_CTS, 0, 17)>;
|
|
||||||
low-power-enable;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
spi3_default: spi3_default {
|
spi3_default: spi3_default {
|
||||||
group1 {
|
group1 {
|
||||||
psels = <NRF_PSEL(SPIM_SCK, 0, 3)>,
|
psels = <NRF_PSEL(SPIM_SCK, 0, 3)>,
|
||||||
|
|
|
@ -39,10 +39,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&adc {
|
|
||||||
status = "okay";
|
|
||||||
};
|
|
||||||
|
|
||||||
&gpiote {
|
&gpiote {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
@ -59,14 +55,6 @@
|
||||||
pinctrl-names = "default", "sleep";
|
pinctrl-names = "default", "sleep";
|
||||||
};
|
};
|
||||||
|
|
||||||
&uart1 {
|
|
||||||
status = "okay";
|
|
||||||
current-speed = <115200>;
|
|
||||||
pinctrl-0 = <&uart1_default>;
|
|
||||||
pinctrl-1 = <&uart1_sleep>;
|
|
||||||
pinctrl-names = "default", "sleep";
|
|
||||||
};
|
|
||||||
|
|
||||||
&spi3 {
|
&spi3 {
|
||||||
compatible = "nordic,nrf-spim";
|
compatible = "nordic,nrf-spim";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue