Skip to content

Commit 92b2d46

Browse files
kowalewskijankartben
authored andcommitted
boards: ct: ctcc: remove unused peripherals
uart1 and adc are not physically routed to any pins in ctcc/nrf9161 Signed-off-by: Jan Kowalewski <[email protected]>
1 parent 3049e0c commit 92b2d46

File tree

2 files changed

+0
-34
lines changed

2 files changed

+0
-34
lines changed

boards/ct/ctcc/ctcc_nrf9161-pinctrl.dtsi

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -25,28 +25,6 @@
2525
};
2626
};
2727

28-
uart1_default: uart1_default {
29-
group1 {
30-
psels = <NRF_PSEL(UART_TX, 0, 27)>,
31-
<NRF_PSEL(UART_RTS, 0, 16)>;
32-
};
33-
group2 {
34-
psels = <NRF_PSEL(UART_RX, 0, 26)>,
35-
<NRF_PSEL(UART_CTS, 0, 17)>;
36-
bias-pull-up;
37-
};
38-
};
39-
40-
uart1_sleep: uart1_sleep {
41-
group1 {
42-
psels = <NRF_PSEL(UART_TX, 0, 27)>,
43-
<NRF_PSEL(UART_RX, 0, 26)>,
44-
<NRF_PSEL(UART_RTS, 0, 16)>,
45-
<NRF_PSEL(UART_CTS, 0, 17)>;
46-
low-power-enable;
47-
};
48-
};
49-
5028
spi3_default: spi3_default {
5129
group1 {
5230
psels = <NRF_PSEL(SPIM_SCK, 0, 3)>,

boards/ct/ctcc/ctcc_nrf9161_common.dtsi

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@
3939
};
4040
};
4141

42-
&adc {
43-
status = "okay";
44-
};
45-
4642
&gpiote {
4743
status = "okay";
4844
};
@@ -59,14 +55,6 @@
5955
pinctrl-names = "default", "sleep";
6056
};
6157

62-
&uart1 {
63-
status = "okay";
64-
current-speed = <115200>;
65-
pinctrl-0 = <&uart1_default>;
66-
pinctrl-1 = <&uart1_sleep>;
67-
pinctrl-names = "default", "sleep";
68-
};
69-
7058
&spi3 {
7159
compatible = "nordic,nrf-spim";
7260
status = "okay";

0 commit comments

Comments
 (0)