summaryrefslogtreecommitdiff
path: root/fdts/stm32mp157a-dk1.dts
diff options
context:
space:
mode:
authorYann Gautier <yann.gautier@st.com>2019-06-04 17:24:36 +0200
committerYann Gautier <yann.gautier@st.com>2019-06-17 14:03:51 +0200
commitf237822f0b003dc5bec54d8c4ee961597a11116c (patch)
tree48b3bbc84cbfd3be7c5b080e0b54305a17b7a50e /fdts/stm32mp157a-dk1.dts
parent0a016775ad068d53639b97441e884ddd074e220d (diff)
fdts: stm32mp1: realign device tree files with internal devs
Update DDR parameters to version 1.45. Remove useless sdmmc1_dir_pins_b node. Add USART3 and UART7 nodes. Correct a PMIC value for USB regulator. Add TIMER12, TIMER15, CRYP, HASH and USBOTG_HS nodes. Update DTSI file for SDMMC compatible, but overwrite it with the former name. Move BSEC board_id node to boards DTS files, as this OTP is specific to STMicroelectronics boards. Change-Id: If4d2fe090c6a8368afe8e21e5ac70579911d3939 Signed-off-by: Yann Gautier <yann.gautier@st.com>
Diffstat (limited to 'fdts/stm32mp157a-dk1.dts')
-rw-r--r--fdts/stm32mp157a-dk1.dts22
1 files changed, 22 insertions, 0 deletions
diff --git a/fdts/stm32mp157a-dk1.dts b/fdts/stm32mp157a-dk1.dts
index 9016b0f5..b17d5019 100644
--- a/fdts/stm32mp157a-dk1.dts
+++ b/fdts/stm32mp157a-dk1.dts
@@ -15,6 +15,8 @@
aliases {
serial0 = &uart4;
+ serial1 = &usart3;
+ serial2 = &uart7;
};
chosen {
@@ -176,6 +178,18 @@
status = "okay";
};
+&uart7 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&uart7_pins_a>;
+ status = "disabled";
+};
+
+&usart3 {
+ pinctrl-names = "default";
+ pinctrl-0 = <&usart3_pins_b>;
+ status = "disabled";
+};
+
/* ATF Specific */
#include <dt-bindings/clock/stm32mp1-clksrc.h>
#include "stm32mp15-ddr3-1x4Gb-1066-binG.dtsi"
@@ -287,3 +301,11 @@
cfg = < 3 98 5 7 7 PQR(1,1,1) >;
};
};
+
+&bsec {
+ board_id: board_id@ec {
+ reg = <0xec 0x4>;
+ status = "okay";
+ secure-status = "okay";
+ };
+};