Brooklyn/arch/arm/boot/dts/imx7d-colibri-emmc.dtsi

62 lines
842 B
Plaintext
Raw Normal View History

2022-09-13 23:14:27 +05:00
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
2022-04-02 18:06:56 +05:00
/*
2022-09-13 23:14:27 +05:00
* Copyright 2017-2022 Toradex
2022-04-02 18:06:56 +05:00
*/
#include "imx7d.dtsi"
#include "imx7-colibri.dtsi"
/ {
2022-09-13 23:14:27 +05:00
aliases {
/* Required to properly pass MAC addresses from bootloader. */
ethernet0 = &fec1;
ethernet1 = &fec2;
};
2022-04-02 18:06:56 +05:00
memory@80000000 {
device_type = "memory";
reg = <0x80000000 0x40000000>;
};
};
2022-09-13 23:14:27 +05:00
&cpu1 {
cpu-supply = <&reg_DCDC2>;
};
2022-04-02 18:06:56 +05:00
&gpio6 {
gpio-line-names = "",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"SODIMM_169",
"SODIMM_157",
"",
"SODIMM_163",
"SODIMM_77",
"SODIMM_24",
"",
"SODIMM_25",
"SODIMM_27",
"SODIMM_32",
"SODIMM_34";
};
2022-09-13 23:14:27 +05:00
/* Colibri USBH */
2022-04-02 18:06:56 +05:00
&usbotg2 {
dr_mode = "host";
2022-09-13 23:14:27 +05:00
vbus-supply = <&reg_usbh_vbus>;
2022-04-02 18:06:56 +05:00
};
2022-09-13 23:14:27 +05:00
/* eMMC */
2022-04-02 18:06:56 +05:00
&usdhc3 {
status = "okay";
};