blob: 3740e34ef99f1b6aebd4e6645fb29eb2c3af11f0 [file] [log] [blame]
Tom Rini53633a82024-02-29 12:33:36 -05001// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2/*
3 * Copyright 2017-2022 Toradex
4 */
5
6#include "imx7d.dtsi"
7#include "imx7-colibri.dtsi"
8
9/ {
10 aliases {
11 /* Required to properly pass MAC addresses from bootloader. */
12 ethernet0 = &fec1;
13 ethernet1 = &fec2;
14 };
15
16 memory@80000000 {
17 device_type = "memory";
18 reg = <0x80000000 0x40000000>;
19 };
20};
21
22&cpu1 {
23 cpu-supply = <&reg_DCDC2>;
24};
25
26&gpio6 {
27 gpio-line-names = "",
28 "",
29 "",
30 "",
31 "",
32 "",
33 "",
34 "",
35 "",
36 "",
37 "",
38 "",
39 "SODIMM_169",
40 "SODIMM_157",
41 "",
42 "SODIMM_163",
43 "SODIMM_77",
44 "SODIMM_24",
45 "",
46 "SODIMM_25",
47 "SODIMM_27",
48 "SODIMM_32",
49 "SODIMM_34";
50};
51
52/* Colibri USBH */
53&usbotg2 {
54 disable-over-current;
55 dr_mode = "host";
56 vbus-supply = <&reg_usbh_vbus>;
57};
58
59/* eMMC */
60&usdhc3 {
61 status = "okay";
62};