Skip to content

Commit

Permalink
boards: nrf52840_pca10059: Enable ADC in DT
Browse files Browse the repository at this point in the history
Enable the ADC in the basic DT configuration.

Fixes #17671

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Jul 22, 2019
1 parent 0ec0c84 commit 0928b1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions boards/arm/nrf52840_pca10059/nrf52840_pca10059.dts
Expand Up @@ -66,6 +66,10 @@
};
};

&adc {
status = "okay";
};

&gpiote {
status = "okay";
};
Expand Down

0 comments on commit 0928b1d

Please sign in to comment.