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:
parent
9a71c837ab
commit
11f3ddfc28
4 changed files with 19 additions and 17 deletions
|
@ -51,6 +51,10 @@
|
|||
status = "ok";
|
||||
};
|
||||
|
||||
&spi1 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
status = "ok";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue