boards: arm: Add support for 96Boards Argonkey Board
ArgonKey board is a 96boards sensor hub platform for all 96Boards compliant family products. The ArgonKey packs a Cortex-M4 chip together with a set of motion, environmental and ambiental sensors and can be used as a development platform for many different applications. Signed-off-by: Armando Visconti <armando.visconti@st.com>
This commit is contained in:
parent
12b5ef0e06
commit
2bf1fe2035
10 changed files with 415 additions and 0 deletions
45
boards/arm/96b_argonkey/96b_argonkey.dts
Normal file
45
boards/arm/96b_argonkey/96b_argonkey.dts
Normal file
|
@ -0,0 +1,45 @@
|
|||
/*
|
||||
* Copyright (c) 2018 STMicroelectronics
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
#include <st/stm32f412.dtsi>
|
||||
|
||||
/ {
|
||||
model = "Tocoding Argonkey 96boards";
|
||||
compatible = "tocoding,argonkey", "st,stm32f412";
|
||||
|
||||
chosen {
|
||||
zephyr,console = &usart1;
|
||||
zephyr,sram = &sram0;
|
||||
zephyr,flash = &flash0;
|
||||
};
|
||||
};
|
||||
|
||||
&usart1 {
|
||||
current-speed = <115200>;
|
||||
pinctrl-0 = <&usart1_pins_b>;
|
||||
pinctrl-names = "default";
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&spi2 {
|
||||
status = "ok";
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "ok";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "ok";
|
||||
clock-frequency = <I2C_BITRATE_FAST>;
|
||||
};
|
||||
|
||||
&i2c3 {
|
||||
status = "ok";
|
||||
clock-frequency = <I2C_BITRATE_STANDARD>;
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue