boards: 96b_argonkey: adapt to the board configuration guidelines

As per default board configuration guidelines, this commit updates
96Boards Argonkey board.

Following changes are done:

- Enable exposed SPI1
- Update yaml file
- Only enable basic peripherals in board defconfig
- Add exposed peripherals in board Kconfig

Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
This commit is contained in:
Manivannan Sadhasivam 2018-10-02 20:28:17 +05:30 committed by Anas Nashif
commit 11f3ddfc28
4 changed files with 19 additions and 17 deletions

View file

@ -51,6 +51,10 @@
status = "ok";
};
&spi1 {
status = "ok";
};
&spi2 {
status = "ok";