summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/stm32mp157c-odyssey.dts
blob: 0e395bdec9610ee30d848e97339b76c938b4c00a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
// SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)
/*
 * Copyright (C) 2020 Ahmad Fatoum, Pengutronix
 */

#include "stm32mp157c-odyssey.dtsi"
#include "stm32mp151.dtsi"

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

		environment-emmc {
			compatible = "barebox,environment";
			device-path = &sdmmc2, "partname:barebox-environment";
			status = "disabled";
		};
	};
};

&phy0 {
	reset-gpios = <&gpiog 0 GPIO_ACTIVE_LOW>;
};