summaryrefslogtreecommitdiff
path: root/fdts/stm32mp157c-ev1.dts
Commit message (Collapse)AuthorAgeFilesLines
* fix(fdts stm32mp1): correct copyright datesYann Gautier2021-11-051-1/+1
| | | | | | | Add 2021 year in the file header Copyright line. Change-Id: I09f7bef1f746c429ff308286169354e58648a1cd Signed-off-by: Yann Gautier <yann.gautier@st.com>
* feat(fdts stm32mp1): align DT with latest kernelYann Gautier2021-10-281-1/+2
| | | | | | | Update STM32MP1 device tree files with kernel 5.15. Change-Id: Id405a79e18c61e80cd2292a4f87b7b9641df9c82 Signed-off-by: Yann Gautier <yann.gautier@st.com>
* drivers: stm32_fmc2_nand: move to new bindingsChristophe Kerello2020-10-121-4/+9
| | | | | | | | | | FMC node bindings are modified to add EBI controller node. FMC driver and associated device tree files are modified to support these new bindings. Change-Id: I4bf201e96a1aca20957e0dac3a3b87caadd05bdc Signed-off-by: Christophe Kerello <christophe.kerello@st.com> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
* fdts: stm32mp1: remove second QSPI flash instanceLionel Debieve2020-01-201-10/+1
| | | | | | | | Remove second flash node as only one must be used by QSPI NOR driver. Change-Id: I48189f2fdf4e0455aabe7d4cd9b2f3d36bb9cfb5 Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
* fdts: stm32mp1: update for FMC2 pin muxingLionel Debieve2020-01-201-4/+3
| | | | | | | | Include the required FMC2 pinmux definition for the NAND management. Change-Id: I80333deacdf3444b2f21f17f2fb5919e569a3591 Signed-off-by: Lionel Debieve <lionel.debieve@st.com>
* stm32mp1: update device tree filesYann Gautier2019-01-181-5/+47
| | | | | | | | The drivers are also updated to reflect the changes. Set RCC as non-secure. Change-Id: I568fa1f418355830ad1d4d1cdcdb910fb362231b Signed-off-by: Yann Gautier <yann.gautier@st.com>
* stm32mp1: Add device tree filesYann Gautier2018-07-241-0/+25
Those device tree files are taken from STM32MP1 U-Boot and Linux. And they are updated to fit TF-A needs. Signed-off-by: Yann Gautier <yann.gautier@st.com> Signed-off-by: Lionel Debieve <lionel.debieve@st.com>