summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx7d-colibri-aster.dts
blob: 7a132d8abf95af0acb9bee0c2b6b707aca0fa60b (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 MIT
/*
 * Copyright 2017-2020 Toradex
 */

/dts-v1/;
#include "imx7d-colibri.dtsi"
#include "imx7-colibri-aster.dtsi"

/ {
	model = "Toradex Colibri iMX7D on Colibri Aster Board";
	compatible = "toradex,colibri-imx7d-aster",
		     "toradex,colibri-imx7d",
		     "fsl,imx7d";
};

&usbotg2 {
	vbus-supply = <&reg_usbh_vbus>;
	status = "okay";
};