aboutsummaryrefslogtreecommitdiff
path: root/include/dt-bindings
diff options
context:
space:
mode:
authorPatrice Chotard <patrice.chotard@st.com>2017-12-12 09:49:33 +0100
committerTom Rini <trini@konsulko.com>2018-01-10 08:05:45 -0500
commit791651e39076e42e7de6f47fac4a885a075e4e13 (patch)
treeec6060a1aa05600546e0f9f5d72d8a94b7c8fc40 /include/dt-bindings
parent46b1e54b18f5605dfee73a198b99f9cf64a416e4 (diff)
downloadu-boot-791651e39076e42e7de6f47fac4a885a075e4e13.zip
u-boot-791651e39076e42e7de6f47fac4a885a075e4e13.tar.gz
u-boot-791651e39076e42e7de6f47fac4a885a075e4e13.tar.bz2
ARM: DTS: stm32: add stm32f429-disco-u-boot dts file
_ Add gpio compatible and aliases for stm32f429 _ Add FMC sdram node with associated new bindings value to manage second bank (ie bank 1). _ Add "u-boot,dm-pre-reloc" for rcc, fmc, fixed-clock, pinctrl, pwrcfg and gpio nodes. Signed-off-by: Patrice Chotard <patrice.chotard@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 c2b911f..ab91d2b 100644
--- a/include/dt-bindings/memory/stm32-sdram.h
+++ b/include/dt-bindings/memory/stm32-sdram.h
@@ -30,8 +30,10 @@
/* Timing = value +1 cycles */
#define TMRD_1 (1 - 1)
#define TMRD_2 (2 - 1)
+#define TMRD_3 (3 - 1)
#define TXSR_1 (1 - 1)
#define TXSR_6 (6 - 1)
+#define TXSR_7 (7 - 1)
#define TRAS_1 (1 - 1)
#define TRAS_4 (4 - 1)
#define TRC_6 (6 - 1)