summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/stm32mp151-prtt1s.dts
blob: f9093d01ac6380e669979219cc2b1e4977814ec3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// SPDX-License-Identifier: (GPL-2.0-or-later OR BSD-3-Clause)
// SPDX-FileCopyrightText: 2021 David Jander, Protonic Holland
// SPDX-FileCopyrightText: 2021 Oleksij Rempel, Pengutronix
/dts-v1/;

#include "stm32mp151-prtt1l.dtsi"
#include "stm32mp151-prtt1l-net.dtsi"

/ {
	model = "Protonic PRTT1S";
	compatible = "prt,prtt1s", "st,stm32mp151";

	chosen {
		environment-sd {
			compatible = "barebox,environment";
			device-path = &sdmmc1, "partname:barebox-environment";
			status = "disabled";
		};
	};
};