Hi Vikas On 04/13/2017 02:27 AM, Vikas Manocha wrote:
Stm32f769I & stm32f746 are MCUs of stm32f7 family. Here are the major specs of the two boards: stm32f769I discovery board: - Cortex-M7 core @216MHz - 2MB mcu internal flash - 512KB internal sram - 16MB sdram memory - 64MB qspi flash memory - 4 inch wvga LCD-TFT Display stm32f746 discovery board: - Cortex-M7 core @216MHz - 1MB mcu internal flash - 320KB internal sram - 8MB sdram memory - 16MB qspi flash memory - 4.3 inch 480x272 LCD-TFT display Signed-off-by: Vikas Manocha <vikas.manocha@xxxxxx> --- Changed in v3: - fixed usart pin muxing for stm32f746 board, correct one is usart1_pins_pa9_pb7. - Added patch version in the patch title, was missed in v2. Changed in v2: - moved pin muxing from board dts file to soc dtsi arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/stm32f746-disco.dts | 74 +++++++++++++++++++++++++++++++++++ arch/arm/boot/dts/stm32f746.dtsi | 12 ++++++ arch/arm/boot/dts/stm32f769-disco.dts | 74 +++++++++++++++++++++++++++++++++++ 4 files changed, 162 insertions(+) create mode 100644 arch/arm/boot/dts/stm32f746-disco.dts create mode 100644 arch/arm/boot/dts/stm32f769-disco.dts
... Applied on stm32-dt-for-v4.13. Regards Alex -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html