1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright (C) Phytec GmbH 2019-2020 - All Rights Reserved
4*f126890aSEmmanuel Vadot * Author: Dom VOVARD <dom.vovard@linrt.com>.
5*f126890aSEmmanuel Vadot */
6*f126890aSEmmanuel Vadot
7*f126890aSEmmanuel Vadot/dts-v1/;
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot#include <dt-bindings/pinctrl/stm32-pinfunc.h>
10*f126890aSEmmanuel Vadot#include "stm32mp157.dtsi"
11*f126890aSEmmanuel Vadot#include "stm32mp15xc.dtsi"
12*f126890aSEmmanuel Vadot#include "stm32mp15xxac-pinctrl.dtsi"
13*f126890aSEmmanuel Vadot#include "stm32mp157c-phycore-stm32mp15-som.dtsi"
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot/ {
16*f126890aSEmmanuel Vadot	model = "PHYTEC phyCORE-STM32MP1-3 Dev Board";
17*f126890aSEmmanuel Vadot	compatible = "phytec,phycore-stm32mp1-3",
18*f126890aSEmmanuel Vadot		     "phytec,phycore-stm32mp157c-som", "st,stm32mp157";
19*f126890aSEmmanuel Vadot
20*f126890aSEmmanuel Vadot	aliases {
21*f126890aSEmmanuel Vadot		mmc0 = &sdmmc1;
22*f126890aSEmmanuel Vadot		mmc1 = &sdmmc2;
23*f126890aSEmmanuel Vadot		mmc2 = &sdmmc3;
24*f126890aSEmmanuel Vadot		serial0 = &uart4;
25*f126890aSEmmanuel Vadot		serial1 = &usart3;
26*f126890aSEmmanuel Vadot		serial2 = &usart1;
27*f126890aSEmmanuel Vadot	};
28*f126890aSEmmanuel Vadot};
29*f126890aSEmmanuel Vadot
30*f126890aSEmmanuel Vadot&cryp1 {
31*f126890aSEmmanuel Vadot	status = "okay";
32*f126890aSEmmanuel Vadot};
33*f126890aSEmmanuel Vadot
34*f126890aSEmmanuel Vadot&dts {
35*f126890aSEmmanuel Vadot	status = "okay";
36*f126890aSEmmanuel Vadot};
37*f126890aSEmmanuel Vadot
38*f126890aSEmmanuel Vadot&fmc {
39*f126890aSEmmanuel Vadot	status = "disabled";
40*f126890aSEmmanuel Vadot};
41*f126890aSEmmanuel Vadot
42*f126890aSEmmanuel Vadot&gpu {
43*f126890aSEmmanuel Vadot	status = "okay";
44*f126890aSEmmanuel Vadot};
45*f126890aSEmmanuel Vadot
46*f126890aSEmmanuel Vadot&i2c4_eeprom {
47*f126890aSEmmanuel Vadot	status = "okay";
48*f126890aSEmmanuel Vadot};
49*f126890aSEmmanuel Vadot
50*f126890aSEmmanuel Vadot&i2c4_rtc {
51*f126890aSEmmanuel Vadot	status = "okay";
52*f126890aSEmmanuel Vadot};
53*f126890aSEmmanuel Vadot
54*f126890aSEmmanuel Vadot&qspi {
55*f126890aSEmmanuel Vadot	status = "okay";
56*f126890aSEmmanuel Vadot};
57*f126890aSEmmanuel Vadot
58*f126890aSEmmanuel Vadot&sdmmc2 {
59*f126890aSEmmanuel Vadot	status = "okay";
60*f126890aSEmmanuel Vadot};
61