blob: 9a3b4acfb10c309b2711fdb127f6aa1d23def237 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001// SPDX-License-Identifier: GPL-2.0+
Patrice Chotard48b7a042017-12-12 09:49:33 +01002/*
3 * Copyright (C) 2017, STMicroelectronics - All Rights Reserved
Patrice Chotard90e82782021-01-04 17:00:56 +01004 * Author(s): Patrice Chotard, <patrice.chotard@foss.st.com> for STMicroelectronics.
Patrice Chotard48b7a042017-12-12 09:49:33 +01005 */
6
7#include <dt-bindings/memory/stm32-sdram.h>
8/{
9 clocks {
Simon Glassd3a98cb2023-02-13 08:56:33 -070010 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010011 };
12
13 aliases {
14 /* Aliases for gpios so as to use sequence */
15 gpio0 = &gpioa;
16 gpio1 = &gpiob;
17 gpio2 = &gpioc;
18 gpio3 = &gpiod;
19 gpio4 = &gpioe;
20 gpio5 = &gpiof;
21 gpio6 = &gpiog;
22 gpio7 = &gpioh;
23 gpio8 = &gpioi;
24 gpio9 = &gpioj;
25 gpio10 = &gpiok;
26 };
27
28 soc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070029 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010030 fmc: fmc@A0000000 {
31 compatible = "st,stm32-fmc";
Patrice Chotard8261d102021-11-15 11:39:18 +010032 reg = <0xa0000000 0x1000>;
Patrice Chotard48b7a042017-12-12 09:49:33 +010033 clocks = <&rcc 0 STM32F4_AHB3_CLOCK(FMC)>;
34 pinctrl-0 = <&fmc_pins>;
35 pinctrl-names = "default";
Radoslaw Pietrzyka88d3142018-05-16 17:27:11 +020036 st,syscfg = <&syscfg>;
37 st,swp_fmc = <1>;
Simon Glassd3a98cb2023-02-13 08:56:33 -070038 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010039
40 /*
41 * Memory configuration from sdram datasheet
42 * IS42S16400J
43 */
44 bank1: bank@1 {
45 st,sdram-control = /bits/ 8 <NO_COL_8
46 NO_ROW_12
47 MWIDTH_16
48 BANKS_4
49 CAS_3
50 SDCLK_2
51 RD_BURST_EN
52 RD_PIPE_DL_0>;
53 st,sdram-timing = /bits/ 8 <TMRD_3
54 TXSR_7
55 TRAS_4
56 TRC_6
57 TWR_2
58 TRP_2 TRCD_2>;
59 st,sdram-refcount = < 1386 >;
60 };
61 };
62 };
63};
64
65&clk_hse {
Simon Glassd3a98cb2023-02-13 08:56:33 -070066 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010067};
68
Patrice Chotard48b7a042017-12-12 09:49:33 +010069&clk_i2s_ckin {
Simon Glassd3a98cb2023-02-13 08:56:33 -070070 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010071};
72
Patrice Chotardcfad1262019-02-18 22:46:25 +010073&clk_lse {
Simon Glassd3a98cb2023-02-13 08:56:33 -070074 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010075};
76
77&gpioa {
Simon Glassd3a98cb2023-02-13 08:56:33 -070078 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010079};
80
81&gpiob {
Simon Glassd3a98cb2023-02-13 08:56:33 -070082 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010083};
84
85&gpioc {
Simon Glassd3a98cb2023-02-13 08:56:33 -070086 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010087};
88
89&gpiod {
Simon Glassd3a98cb2023-02-13 08:56:33 -070090 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010091};
92
93&gpioe {
Simon Glassd3a98cb2023-02-13 08:56:33 -070094 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010095};
96
97&gpiof {
Simon Glassd3a98cb2023-02-13 08:56:33 -070098 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +010099};
100
101&gpiog {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700102 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100103};
104
105&gpioh {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700106 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100107};
108
109&gpioi {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700110 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100111};
112
113&gpioj {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700114 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100115};
116
117&gpiok {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700118 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100119};
120
121&pinctrl {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700122 bootph-all;
Patrice Chotard83975322022-09-23 13:20:33 +0200123
Patrice Chotard62f56162020-11-06 08:11:58 +0100124 usart1_pins_a: usart1-0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700125 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100126 pins1 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700127 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100128 };
129 pins2 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700130 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100131 };
132 };
133
134 fmc_pins: fmc@0 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700135 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100136 pins
137 {
138 pinmux = <STM32_PINMUX('D',10, AF12)>, /* D15 */
139 <STM32_PINMUX('D', 9, AF12)>, /* D14 */
140 <STM32_PINMUX('D', 8, AF12)>, /* D13 */
141 <STM32_PINMUX('E',15, AF12)>, /* D12 */
142 <STM32_PINMUX('E',14, AF12)>, /* D11 */
143 <STM32_PINMUX('E',13, AF12)>, /* D10 */
144 <STM32_PINMUX('E',12, AF12)>, /* D09 */
145 <STM32_PINMUX('E',11, AF12)>, /* D08 */
146 <STM32_PINMUX('E',10, AF12)>, /* D07 */
147 <STM32_PINMUX('E', 9, AF12)>, /* D06 */
148 <STM32_PINMUX('E', 8, AF12)>, /* D05 */
149 <STM32_PINMUX('E', 7, AF12)>, /* D04 */
150 <STM32_PINMUX('D', 1, AF12)>, /* D03 */
151 <STM32_PINMUX('D', 0, AF12)>, /* D02 */
152 <STM32_PINMUX('D',15, AF12)>, /* D01 */
153 <STM32_PINMUX('D',14, AF12)>, /* D00 */
154
155 <STM32_PINMUX('E', 0, AF12)>, /* NBL0 */
156 <STM32_PINMUX('E', 1, AF12)>, /* NBL1 */
157
158 <STM32_PINMUX('G', 5, AF12)>, /* BA1 */
159 <STM32_PINMUX('G', 4, AF12)>, /* BA0 */
160
161 <STM32_PINMUX('G', 1, AF12)>, /* A11 */
162 <STM32_PINMUX('G', 0, AF12)>, /* A10 */
163 <STM32_PINMUX('F',15, AF12)>, /* A09 */
164 <STM32_PINMUX('F',14, AF12)>, /* A08 */
165 <STM32_PINMUX('F',13, AF12)>, /* A07 */
166 <STM32_PINMUX('F',12, AF12)>, /* A06 */
167 <STM32_PINMUX('F', 5, AF12)>, /* A05 */
168 <STM32_PINMUX('F', 4, AF12)>, /* A04 */
169 <STM32_PINMUX('F', 3, AF12)>, /* A03 */
170 <STM32_PINMUX('F', 2, AF12)>, /* A02 */
171 <STM32_PINMUX('F', 1, AF12)>, /* A01 */
172 <STM32_PINMUX('F', 0, AF12)>, /* A00 */
173
174 <STM32_PINMUX('B', 6, AF12)>, /* SDNE1 */
175 <STM32_PINMUX('C', 0, AF12)>, /* SDNWE */
176 <STM32_PINMUX('F',11, AF12)>, /* SDNRAS */
177 <STM32_PINMUX('G',15, AF12)>, /* SDNCAS */
178 <STM32_PINMUX('B', 5, AF12)>, /* SDCKE1 */
179 <STM32_PINMUX('G', 8, AF12)>; /* SDCLK */
180 slew-rate = <2>;
Simon Glassd3a98cb2023-02-13 08:56:33 -0700181 bootph-all;
Patrice Chotard48b7a042017-12-12 09:49:33 +0100182 };
183 };
184};
Patrice Chotardcfad1262019-02-18 22:46:25 +0100185
186&pwrcfg {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700187 bootph-all;
Patrice Chotardcfad1262019-02-18 22:46:25 +0100188};
189
190&rcc {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700191 bootph-all;
Patrice Chotardcfad1262019-02-18 22:46:25 +0100192};
Patrice Chotard82270812020-11-06 08:11:59 +0100193
Patrice Chotard83975322022-09-23 13:20:33 +0200194&timers5 {
Simon Glassd3a98cb2023-02-13 08:56:33 -0700195 bootph-all;
Patrice Chotard82270812020-11-06 08:11:59 +0100196};