// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, STMicroelectronics - All Rights Reserved * Author(s): Patrice Chotard, for STMicroelectronics. */ #include /{ clocks { bootph-all; }; aliases { /* Aliases for gpios so as to use sequence */ gpio0 = &gpioa; gpio1 = &gpiob; gpio2 = &gpioc; gpio3 = &gpiod; gpio4 = &gpioe; gpio5 = &gpiof; gpio6 = &gpiog; gpio7 = &gpioh; gpio8 = &gpioi; gpio9 = &gpioj; gpio10 = &gpiok; }; soc { bootph-all; fmc: fmc@A0000000 { compatible = "st,stm32-fmc"; reg = <0xa0000000 0x1000>; clocks = <&rcc 0 STM32F4_AHB3_CLOCK(FMC)>; pinctrl-0 = <&fmc_pins>; pinctrl-names = "default"; st,syscfg = <&syscfg>; st,swp_fmc = <1>; bootph-all; /* * Memory configuration from sdram datasheet * IS42S16400J */ bank1: bank@1 { st,sdram-control = /bits/ 8 ; st,sdram-timing = /bits/ 8 ; st,sdram-refcount = < 1386 >; }; }; }; }; &clk_hse { bootph-all; }; &clk_i2s_ckin { bootph-all; }; &clk_lse { bootph-all; }; &gpioa { bootph-all; }; &gpiob { bootph-all; }; &gpioc { bootph-all; }; &gpiod { bootph-all; }; &gpioe { bootph-all; }; &gpiof { bootph-all; }; &gpiog { bootph-all; }; &gpioh { bootph-all; }; &gpioi { bootph-all; }; &gpioj { bootph-all; }; &gpiok { bootph-all; }; &pinctrl { bootph-all; usart1_pins_a: usart1-0 { bootph-all; pins1 { bootph-all; }; pins2 { bootph-all; }; }; fmc_pins: fmc@0 { bootph-all; pins { pinmux = , /* D15 */ , /* D14 */ , /* D13 */ , /* D12 */ , /* D11 */ , /* D10 */ , /* D09 */ , /* D08 */ , /* D07 */ , /* D06 */ , /* D05 */ , /* D04 */ , /* D03 */ , /* D02 */ , /* D01 */ , /* D00 */ , /* NBL0 */ , /* NBL1 */ , /* BA1 */ , /* BA0 */ , /* A11 */ , /* A10 */ , /* A09 */ , /* A08 */ , /* A07 */ , /* A06 */ , /* A05 */ , /* A04 */ , /* A03 */ , /* A02 */ , /* A01 */ , /* A00 */ , /* SDNE1 */ , /* SDNWE */ , /* SDNRAS */ , /* SDNCAS */ , /* SDCKE1 */ ; /* SDCLK */ slew-rate = <2>; bootph-all; }; }; }; &pwrcfg { bootph-all; }; &rcc { bootph-all; }; &timers5 { bootph-all; };