summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/stm32f746-disco-u-boot.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: stm32: Fix timer initialization for stm32 MCU's boardPatrice Chotard2020-11-251-4/+0
| | | | | | | | | Commit 4b2be78ab66c ("time: Fix get_ticks being non-monotonic") puts in evidence that get_ticks is called before timer initialization. Fix it by initializing timer before relocation. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
* ARM: dts: stm32: DT sync with kernel v5.10-rc1 for MCU's boardsPatrice Chotard2020-11-251-2/+2
| | | | | | | Device tree alignment with kernel v5.10-rc1. Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>
* ARM: dts: stm32: Remove useless u-boot, dm-pre-reloc in ↵Patrice Chotard2019-06-281-6/+0
| | | | | | | | | stm32f746-disco-u-boot.dtsi As in stm32f7-u-boot.dtsi these nodes already have "u-bootdm-pre-reloc" property, no need to add them again in stm32f746-disco-u-boot.dtsi. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32: Remove useless spi-nor compatible stringPatrice Chotard2019-05-061-1/+1
| | | | | | Compatible string "micron,n25q128a13" is useless, remove it. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32: Set spi-rx/tx-bus-width to 4 for stm32f746-discoPatrice Chotard2019-05-061-2/+2
| | | | | | | | As n25q128 qspi flash supports quad input fast program and quad input fast read, set spi-tx_bus-width and spi-rx_bus-width to 4. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32: Fix qspi memory map size for stm32f7 boardsPatrice Chotard2019-05-061-1/+1
| | | | | | | | | | stm32f746-disco embeds a 16Mb qspi flash, stm32f746-eval and stm32f769-disco embeds a 64Mb qspi flash. Update the reg property accordingly Remove deprecated memory-map property. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32: Sync DT with v4.20 kernel for stm32f7Patrice Chotard2019-04-231-87/+87
| | | | | | | | Synchronize stm32f7 device tree with kernel v4.20. All pinctrl bindings are updated. Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
* ARM: dts: stm32: Migrate U-boot nodes to U-boot DT files for stm32f7Patrice Chotard2019-04-231-0/+251
In order to prepare and ease future DT synchronization with kernel DT, migrate all U-boot specific nodes/properties/addons to U-boot DT files. Migrate also DT nodes which are not yet available on kernel DT side as ethernet, ltdc and qspi nodes. Fix ethernet_mii pins and add missing qspi_pins for stm32746g-eval Signed-off-by: Patrice Chotard <patrice.chotard@st.com>