summaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authordillon min <dillon.minfei@gmail.com>2021-04-09 10:28:44 +0300
committerPatrice Chotard <patrice.chotard@foss.st.com>2021-04-09 12:53:00 +0300
commitf132c4967e416b6670d7a531c6a293f835177f82 (patch)
tree94187faca7f6d0f9a6dfef2dc93fb8568686de6f /include/dt-bindings
parentbddaaededdec06c7077219cf2b41a5c430f971a7 (diff)
downloadu-boot-f132c4967e416b6670d7a531c6a293f835177f82.tar.xz
ARM: dts: stm32: add support for art-pi board based on stm32h750xbh6
This patchset has following changes: - introduce stm32h750.dtsi to support stm32h750 value line - add pin groups for usart3/uart4/spi1/sdmmc2 - add stm32h750i-art-pi.dtb (arch/arm/boot/dts/Makefile) - add stm32h750i-art-pi.dts to support art-pi board - add stm32h750i-art-pi-u-boot.dtsi to support art-pi board (u-boot) art-pi board component: - 8MiB qspi flash - 16MiB spi flash - 32MiB sdram - ap6212 wifi&bt&fm the detail board information can be found at: https://art-pi.gitee.io/website/ Signed-off-by: dillon min <dillon.minfei@gmail.com> Reviewed-by: Patrice Chotard <patrice.chotard@foss.st.com>
Diffstat (limited to 'include/dt-bindings')
-rw-r--r--include/dt-bindings/memory/stm32-sdram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/memory/stm32-sdram.h b/include/dt-bindings/memory/stm32-sdram.h
index ab91d2b7f6..90ef2e1590 100644
--- a/include/dt-bindings/memory/stm32-sdram.h
+++ b/include/dt-bindings/memory/stm32-sdram.h
@@ -34,8 +34,10 @@
#define TXSR_1 (1 - 1)
#define TXSR_6 (6 - 1)
#define TXSR_7 (7 - 1)
+#define TXSR_8 (8 - 1)
#define TRAS_1 (1 - 1)
#define TRAS_4 (4 - 1)
+#define TRAS_6 (6 - 1)
#define TRC_6 (6 - 1)
#define TWR_1 (1 - 1)
#define TWR_2 (2 - 1)