2018-02-26 23:49:18 +08:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
|
|
|
* Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
|
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "stm32mp157c.dtsi"
|
|
|
|
#include "stm32mp157-pinctrl.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "STMicroelectronics STM32MP157C eval daughter";
|
|
|
|
compatible = "st,stm32mp157c-ed1", "st,stm32mp157";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
|
|
|
|
memory {
|
|
|
|
reg = <0xC0000000 0x40000000>;
|
|
|
|
};
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
serial0 = &uart4;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-04-23 23:19:00 +08:00
|
|
|
&rng1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-04-17 21:45:00 +08:00
|
|
|
&timers6 {
|
|
|
|
status = "okay";
|
|
|
|
timer@5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2018-04-23 17:48:00 +08:00
|
|
|
&i2c4 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&i2c4_pins_a>;
|
|
|
|
i2c-scl-rising-time-ns = <185>;
|
|
|
|
i2c-scl-falling-time-ns = <20>;
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
2018-02-26 23:49:18 +08:00
|
|
|
&uart4 {
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&uart4_pins_a>;
|
|
|
|
status = "okay";
|
|
|
|
};
|