2019-04-15 17:40:54 +02:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 STMicroelectronics
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include <st/mp1/stm32mp157.dtsi>
|
2019-06-25 11:16:33 +02:00
|
|
|
#include "arduino_r3_connector.dtsi"
|
2019-04-15 17:40:54 +02:00
|
|
|
|
|
|
|
/ {
|
2019-05-13 11:24:48 +03:00
|
|
|
model = "STMicroelectronics STM32MP157-DK2 board";
|
2019-04-15 17:40:54 +02:00
|
|
|
compatible = "st,stm32mp157c-dk2", "st,stm32mp15";
|
|
|
|
chosen {
|
2019-04-02 08:55:52 +02:00
|
|
|
/*
|
|
|
|
* By default, Zephyr console and shell are assigned to
|
|
|
|
* remoteproc. To enable console and shell over UART, uncomment
|
|
|
|
* following lines and set the correct config in
|
|
|
|
* stm32mp157c_dk2_defconfig "Serial Port" section in Zephyr
|
|
|
|
* board documentation.
|
|
|
|
* zephyr,console = &usart3;
|
|
|
|
* zephyr,shell-uart = &usart3;
|
|
|
|
*/
|
2019-04-15 17:40:54 +02:00
|
|
|
zephyr,flash = &retram;
|
|
|
|
zephyr,sram = &mcusram;
|
|
|
|
};
|
|
|
|
};
|
2019-04-02 08:55:52 +02:00
|
|
|
|
2019-08-01 14:00:49 +02:00
|
|
|
&spi4{
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi5{
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2019-04-02 08:55:52 +02:00
|
|
|
&usart3 {
|
|
|
|
current-speed = <115200>;
|
2019-06-14 19:31:16 +02:00
|
|
|
status = "okay";
|
2019-04-02 08:55:52 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
&uart7 {
|
|
|
|
current-speed = <115200>;
|
2019-06-14 19:31:16 +02:00
|
|
|
status = "okay";
|
2019-04-02 08:55:52 +02:00
|
|
|
};
|
2019-07-03 11:01:41 +02:00
|
|
|
|
|
|
|
&mailbox {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2019-07-02 14:34:24 +02:00
|
|
|
|
|
|
|
&i2c5 {
|
|
|
|
status = "okay";
|
|
|
|
clock-frequency = <I2C_BITRATE_FAST>;
|
|
|
|
};
|