6db4831e98
Android 14
23 lines
289 B
Plaintext
23 lines
289 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
/*
|
|
* Copyright 2017 Toradex AG
|
|
*/
|
|
|
|
#include "imx7d.dtsi"
|
|
#include "imx7-colibri.dtsi"
|
|
|
|
/ {
|
|
memory@80000000 {
|
|
device_type = "memory";
|
|
reg = <0x80000000 0x40000000>;
|
|
};
|
|
};
|
|
|
|
&usbotg2 {
|
|
dr_mode = "host";
|
|
};
|
|
|
|
&usdhc3 {
|
|
status = "okay";
|
|
};
|