Linux Audio

Check our new training course

Linux BSP development engineering services

Need help to port Linux and bootloaders to your hardware?
Loading...
Note: File does not exist in v6.13.7.
 1// SPDX-License-Identifier: (GPL-2.0 OR MIT)
 2/*
 3 * Copyright 2017 Toradex AG
 4 */
 5
 6#include "imx7d.dtsi"
 7#include "imx7-colibri.dtsi"
 8
 9/ {
10	memory@80000000 {
11		device_type = "memory";
12		reg = <0x80000000 0x40000000>;
13	};
14};
15
16&usbotg2 {
17	dr_mode = "host";
18};
19
20&usdhc3 {
21	status = "okay";
22};