Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v4.6.
 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};