Commit 92b2d462 authored by Jan Kowalewski's avatar Jan Kowalewski Committed by Benjamin Cabé
Browse files

boards: ct: ctcc: remove unused peripherals



uart1 and adc are not physically routed to any pins in ctcc/nrf9161

Signed-off-by: default avatarJan Kowalewski <jkowalewski@cthings.co>
parent 3049e0c8
Loading
Loading
Loading
Loading
+0 −22
Original line number Diff line number Diff line
@@ -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 {
		group1 {
			psels = <NRF_PSEL(SPIM_SCK, 0, 3)>,
+0 −12
Original line number Diff line number Diff line
@@ -39,10 +39,6 @@
	};
};

&adc {
	status = "okay";
};

&gpiote {
	status = "okay";
};
@@ -59,14 +55,6 @@
	pinctrl-names = "default", "sleep";
};

&uart1 {
	status = "okay";
	current-speed = <115200>;
	pinctrl-0 = <&uart1_default>;
	pinctrl-1 = <&uart1_sleep>;
	pinctrl-names = "default", "sleep";
};

&spi3 {
	compatible = "nordic,nrf-spim";
	status = "okay";