mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-26 21:55:36 +07:00
22 lines
481 B
Plaintext
22 lines
481 B
Plaintext
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
||
|
/*
|
||
|
* Copyright (C) STMicroelectronics 2017 - All Rights Reserved
|
||
|
* Author: Ludovic Barre <ludovic.barre@st.com> for STMicroelectronics.
|
||
|
*/
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "stm32mp157c-ed1.dts"
|
||
|
|
||
|
/ {
|
||
|
model = "STMicroelectronics STM32MP157C eval daughter on eval mother";
|
||
|
compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";
|
||
|
|
||
|
chosen {
|
||
|
stdout-path = "serial0:115200n8";
|
||
|
};
|
||
|
|
||
|
aliases {
|
||
|
serial0 = &uart4;
|
||
|
};
|
||
|
};
|