// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018, 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; pin-controller { bootph-all; }; fmc: fmc@A0000000 { compatible = "st,stm32-fmc"; reg = <0xa0000000 0x1000>; clocks = <&rcc 0 STM32F4_AHB3_CLOCK(FMC)>; st,syscfg = <&syscfg>; pinctrl-0 = <&fmc_pins_d32>; pinctrl-names = "default"; st,mem_remap = <4>; bootph-all; /* * Memory configuration from sdram * MICRON MT48LC4M32B2B5-7 */ bank0: bank@0 { st,sdram-control = /bits/ 8 ; st,sdram-timing = /bits/ 8 ; st,sdram-refcount = < 2812 >; }; }; }; }; &clk_hse { bootph-all; }; &clk_lse { bootph-all; }; &clk_i2s_ckin { bootph-all; }; &pwrcfg { bootph-all; }; &syscfg { bootph-all; }; &rcc { 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 { usart1_pins_a: usart1-0 { bootph-all; pins1 { bootph-all; }; pins2 { bootph-all; }; }; fmc_pins_d32: fmc_d32@0 { bootph-all; pins { pinmux = , /* D31 */ , /* D30 */ , /* D29 */ , /* D28 */ , /* D27 */ , /* D26 */ , /* D25 */ , /* D24 */ , /* D23 */ , /* D22 */ , /* D21 */ , /* D20 */ , /* D19 */ , /* D18 */ , /* D17 */ , /* D16 */ , /* D15 */ , /* D14 */ , /* D13 */ , /* D12 */ , /* D11 */ , /* D10 */ , /* D09 */ , /* D08 */ , /* D07 */ , /* D06 */ , /* D05 */ , /* D04 */ , /* D03 */ , /* D02 */ , /* D01 */ , /* D00 */ , /* NBL0 */ , /* NBL1 */ , /* NBL2 */ , /* NBL3 */ , /* A15-BA1 */ , /* A14-BA0 */ , /* A13 */ , /* A12 */ , /* A11 */ , /* A10 */ , /* A09 */ , /* A08 */ , /* A07 */ , /* A06 */ , /* A05 */ , /* A04 */ , /* A03 */ , /* A02 */ , /* A01 */ , /* A00 */ , /* SDNE0 */ , /* SDNWE */ , /* SDNRAS */ , /* SDNCAS */ , /* SDCKE0 */ ; /* SDCLK> */ slew-rate = <2>; bootph-all; }; }; }; &timers5 { bootph-all; };