xref: /freebsd/sys/contrib/device-tree/src/arm/st/stm32mp157a-dk1.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) STMicroelectronics 2019 - All Rights Reserved
4*f126890aSEmmanuel Vadot * Author: Alexandre Torgue <alexandre.torgue@st.com> for STMicroelectronics.
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot#include "stm32mp157.dtsi"
10*f126890aSEmmanuel Vadot#include "stm32mp15-pinctrl.dtsi"
11*f126890aSEmmanuel Vadot#include "stm32mp15xxac-pinctrl.dtsi"
12*f126890aSEmmanuel Vadot#include "stm32mp15xx-dkx.dtsi"
13*f126890aSEmmanuel Vadot
14*f126890aSEmmanuel Vadot/ {
15*f126890aSEmmanuel Vadot	model = "STMicroelectronics STM32MP157A-DK1 Discovery Board";
16*f126890aSEmmanuel Vadot	compatible = "st,stm32mp157a-dk1", "st,stm32mp157";
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	aliases {
19*f126890aSEmmanuel Vadot		ethernet0 = &ethernet0;
20*f126890aSEmmanuel Vadot	};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot	chosen {
23*f126890aSEmmanuel Vadot		stdout-path = "serial0:115200n8";
24*f126890aSEmmanuel Vadot	};
25*f126890aSEmmanuel Vadot};
26