1/*
2 * Copyright (C) 2019, STMicroelectronics. All Rights Reserved.
3 * Copyright (C) 2021, Grzegorz Szymaszek.
4 *
5 * SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
6 */
7
8/dts-v1/;
9
10#include "stm32mp157c-odyssey-som.dtsi"
11
12/ {
13	model = "Seeed Studio Odyssey-STM32MP157C Board";
14	compatible = "seeed,stm32mp157c-odyssey",
15		     "seeed,stm32mp157c-odyssey-som", "st,stm32mp157";
16
17	aliases {
18		serial0 = &uart4;
19	};
20
21	chosen {
22		stdout-path = "serial0:115200n8";
23	};
24};
25
26&sdmmc1 {
27	pinctrl-names = "default";
28	pinctrl-0 = <&sdmmc1_b4_pins_a>;
29	disable-wp;
30	st,neg-edge;
31	bus-width = <4>;
32	vmmc-supply = <&v3v3>;
33	status = "okay";
34};
35
36&uart4 {
37	pinctrl-names = "default";
38	pinctrl-0 = <&uart4_pins_a>;
39	status = "okay";
40};
41