Commit 8bc2ef45 authored by Pavlo Hamov's avatar Pavlo Hamov Committed by Maureen Helm
Browse files

boards: cc32xx: add ADC support



Enable ADC for cc32xxsf_launchxl boards

Signed-off-by: default avatarPavlo Hamov <pasha.gamov@gmail.com>
parent ee6ec8d4
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@
	};
};

&adc0 {
	status = "okay";
};

&uart0 {
	status = "okay";
	current-speed = <115200>;
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ supported:
  - netif:wifi
  - i2c
  - gpio
  - adc
+4 −0
Original line number Diff line number Diff line
@@ -62,6 +62,10 @@
	};
};

&adc0 {
	status = "okay";
};

&uart0 {
	status = "okay";
	current-speed = <115200>;
+1 −0
Original line number Diff line number Diff line
@@ -10,3 +10,4 @@ supported:
  - netif:wifi
  - i2c
  - gpio
  - adc