xref: /freebsd/sys/contrib/device-tree/src/arm/nxp/imx/imx7d-colibri.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2016-2022 Toradex
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot#include "imx7d.dtsi"
7*f126890aSEmmanuel Vadot#include "imx7-colibri.dtsi"
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot/ {
10*f126890aSEmmanuel Vadot	aliases {
11*f126890aSEmmanuel Vadot		/* Required to properly pass MAC addresses from bootloader. */
12*f126890aSEmmanuel Vadot		ethernet0 = &fec1;
13*f126890aSEmmanuel Vadot		ethernet1 = &fec2;
14*f126890aSEmmanuel Vadot	};
15*f126890aSEmmanuel Vadot
16*f126890aSEmmanuel Vadot	memory@80000000 {
17*f126890aSEmmanuel Vadot		device_type = "memory";
18*f126890aSEmmanuel Vadot		reg = <0x80000000 0x20000000>;
19*f126890aSEmmanuel Vadot	};
20*f126890aSEmmanuel Vadot};
21*f126890aSEmmanuel Vadot
22*f126890aSEmmanuel Vadot&cpu1 {
23*f126890aSEmmanuel Vadot	cpu-supply = <&reg_DCDC2>;
24*f126890aSEmmanuel Vadot};
25*f126890aSEmmanuel Vadot
26*f126890aSEmmanuel Vadot/* NAND */
27*f126890aSEmmanuel Vadot&gpmi {
28*f126890aSEmmanuel Vadot	status = "okay";
29*f126890aSEmmanuel Vadot};
30*f126890aSEmmanuel Vadot
31*f126890aSEmmanuel Vadot/* Colibri USBH */
32*f126890aSEmmanuel Vadot&usbotg2 {
33*f126890aSEmmanuel Vadot	dr_mode = "host";
34*f126890aSEmmanuel Vadot	vbus-supply = <&reg_usbh_vbus>;
35*f126890aSEmmanuel Vadot};
36