blob: 88cefa0abd041259e1036212f917a6d5b014c3f3 [file] [log] [blame]
Alexandre Torgue00510af2021-11-18 12:26:49 +01001// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
2/*
Yann Gautier4abeb0e2024-01-04 18:53:09 +01003 * Copyright (C) 2023-2024, STMicroelectronics - All Rights Reserved
Alexandre Torgue00510af2021-11-18 12:26:49 +01004 * Author: Alexandre Torgue <alexandre.torgue@foss.st.com> for STMicroelectronics.
5 */
6
7/dts-v1/;
8
9#include "stm32mp257.dtsi"
10#include "stm32mp25xf.dtsi"
11#include "stm32mp25-pinctrl.dtsi"
12#include "stm32mp25xxai-pinctrl.dtsi"
13
14/ {
15 model = "STMicroelectronics STM32MP257F-EV1 Evaluation Board";
16 compatible = "st,stm32mp257f-ev1", "st,stm32mp257";
17
18 aliases {
19 serial0 = &usart2;
20 };
21
22 chosen {
23 stdout-path = "serial0:115200n8";
24 };
25
26 memory@80000000 {
27 device_type = "memory";
Yann Gautierc55e2ee2023-10-18 14:17:04 +020028 reg = <0x0 0x80000000 0x1 0x0>;
Alexandre Torgue00510af2021-11-18 12:26:49 +010029 };
30};
31
Yann Gautier4abeb0e2024-01-04 18:53:09 +010032&bsec {
33 board_id: board-id@3d8 {
34 reg = <0x3d8 0x4>;
35 };
36};
37
Yann Gautierb4397d02024-05-21 11:18:52 +020038&sdmmc1 {
39 pinctrl-names = "default";
40 pinctrl-0 = <&sdmmc1_b4_pins_a>;
41 st,neg-edge;
42 bus-width = <4>;
43 status = "okay";
44};
45
46&sdmmc2 {
47 pinctrl-names = "default";
48 pinctrl-0 = <&sdmmc2_b4_pins_a &sdmmc2_d47_pins_a>;
49 non-removable;
50 no-sd;
51 no-sdio;
52 st,neg-edge;
53 bus-width = <8>;
54 status = "okay";
55};
56
Alexandre Torgue00510af2021-11-18 12:26:49 +010057&usart2 {
58 pinctrl-names = "default";
59 pinctrl-0 = <&usart2_pins_a>;
60 status = "okay";
61};