]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/gnu/dts/arm/stm32mp157c-ed1.dts
MFV r324714:
[FreeBSD/FreeBSD.git] / sys / gnu / dts / arm / stm32mp157c-ed1.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2 /*
3  * Copyright (C) STMicroelectronics 2017 - All Rights Reserved
4  * Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
5  */
6 /dts-v1/;
7
8 #include "stm32mp157c.dtsi"
9 #include "stm32mp157-pinctrl.dtsi"
10
11 / {
12         model = "STMicroelectronics STM32MP157C eval daughter";
13         compatible = "st,stm32mp157c-ed1", "st,stm32mp157";
14
15         chosen {
16                 stdout-path = "serial0:115200n8";
17         };
18
19         memory {
20                 reg = <0xC0000000 0x40000000>;
21         };
22
23         aliases {
24                 serial0 = &uart4;
25         };
26 };
27
28 &uart4 {
29         pinctrl-names = "default";
30         pinctrl-0 = <&uart4_pins_a>;
31         status = "okay";
32 };