summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/stm32f469-disco.dts
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: stm32: Add push button to stm32f469 Discovery boardBenjamin Gaignard2018-02-271-0/+13
| | | | | | | Add node for user push button. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: dts: stm32: Add leds support to stm32f469 Discovery boardBenjamin Gaignard2018-02-271-0/+17
| | | | | | | Add nodes for the four user leds. Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: dts: stm32: Enable SDIO controller on stm32f469 disco boardPatrice Chotard2018-02-271-0/+20
| | | | | | | | | | | | | | This patch adds SDIO-related DT nodes required by stm32f469 board There is a hardware issue on these boards, it misses a pullup on the GPIO line used as card detect to allow correct SD card detection. To allow correct card detection "broken-cd" property is used. Signed-off-by: Andrea Merello <andrea.merello@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Patrice Chotard <patrice.chotard@st.com> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: dts: stm32: use right pinctrl compatible for stm32f469Alexandre Torgue2017-10-041-0/+1
| | | | | | | | | | | | | | | | Currently, same stm32f429-pinctrl driver is used for stm32f429 and stm32f469. As pin map is different between those 2 MCUs, a stm32f469-pinctrl driver has been recently added. This patch -allows to use stm32f469-pinctrl driver for stm32f469 boards -reworks stm32 devicetree files to fit with stm32f429 / stm32f469 In the same time it fixes an issue when only MACH_STM32F469 flag is selected in menuconfig. Fixes: d28bcd53fa90 ("ARM: stm32: Introduce MACH_STM32F469 flag") Reported-by: Nicolas Pitre <nicolas.pitre@linaro.org> Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>
* ARM: dts: stm32: Remove rdinit from bootargs on stm32f469-discoAlexandre TORGUE2017-07-261-1/+1
| | | | | | The rootfs is independent from the board. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32: Enable USB FS on stm32f469-discoBruno Herrera2017-04-031-0/+16
| | | | | | | This patch enables USB FS on stm32f469-disco with 5V VBUS enable. Signed-off-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32: Enable pwm1 and pwm3 for stm32f469-discoBenjamin Gaignard2017-02-011-0/+28
| | | | | | | Define and enable pwm1 and pwm3 for stm32f469 discovery board Signed-off-by: Benjamin Gaignard <benjamin.gaignard@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32: enable RTC on stm32f469-discoAmelie Delaunay2017-01-201-0/+4
| | | | | | | This patch enables RTC on stm32f469-disco with default LSE clock source. Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32: Add missing USART3 pin config to stm32f469-disco boardBruno Meirelles Herrera2017-01-201-0/+2
| | | | | | | | This patch adds USART3 pin configuration on PB10/PA11 pins for STM32F469I-DISCO board. Signed-off-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32: Fix memory size from 8MB to 16MB on stm32f469-disco boardBruno Herrera2017-01-201-1/+1
| | | | | | | This patch fix memory size to support 16MB of external SDRAM. Signed-off-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: dts: stm32f429: Add QSPI clockGabriel Fernandez2016-11-151-0/+4
| | | | | | | This patch adds the QSPI clock for stm32f469 discovery board. Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: DT: stm32: move dma translation to board filesAlexandre TORGUE2016-11-041-0/+4
| | | | | | | | | | | | stm32f469-disco and stm32f429-eval boards use SDRAM start address remapping (to @0) to boost performances. A DMA translation through "dma-ranges" property was needed for other masters than the M4 CPU. stm32f429-disco doesn't use remapping so doesn't need this DMA translation. This patches moves this DMA translation definition from stm32f429 soc file to board files. Tested-by: Bruno Herrera <bruherrera@gmail.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: stm32: Supply a DTS file for the STM32F469 Discovery boardLee Jones2016-02-171-0/+75
It's pretty similar to the STM32F429, but there are some subtle changes required to boot successfully. Signed-off-by: Lee Jones <lee.jones@linaro.org> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
OpenPOWER on IntegriCloud