2019-02-12 15:50:38 +00:00
|
|
|
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
|
|
|
|
/*
|
|
|
|
* Copyright (C) STMicroelectronics 2019 - All Rights Reserved
|
|
|
|
* Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
|
2020-03-06 16:54:41 +00:00
|
|
|
#include "stm32mp157.dtsi"
|
|
|
|
#include "stm32mp15-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xxac-pinctrl.dtsi"
|
|
|
|
#include "stm32mp15xx-dkx.dtsi"
|
2019-02-12 15:50:38 +00:00
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";
|
|
|
|
compatible = "st,stm32mp157a-dk1", "st,stm32mp157";
|
|
|
|
|
|
|
|
aliases {
|
|
|
|
ethernet0 = ðernet0;
|
|
|
|
serial0 = &uart4;
|
|
|
|
};
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = "serial0:115200n8";
|
|
|
|
};
|
|
|
|
};
|