Skip to content
Snippets Groups Projects
Commit 41aa9fa9 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

dts: Added devicetree for Trizeps 8 Mini and pConXS

parent baafbb4e
No related branches found
No related tags found
No related merge requests found
Pipeline #24584 passed with stage
in 11 seconds
/*
* Copyright 2020 Keith & Koep GmbH
*
*/
/dts-v1/;
// Add defines here, which control behaviour of .dtsi:
#define ETHERNET_ONLY_100MBIT 0
#define DISPLAY_ONLY_18BPP 1
#include "trizeps8mini.dtsi"
#include "pconxs.dtsi"
#include "atm0700.dtsi"
#include "ov5640.dtsi"
/ {
model = "Keith & Koep GmbH pConXS III ATM0700 i.MX8MM Trizeps8-Mini";
compatible = "kk,trizeps8", "kk,trizeps8mini", "fsl,imx8mm-evk", "fsl,imx8mm";
chosen {
stdout-path = &uart1;
};
aliases {
rtc0 = &rtc;
rtc1 = &snvs_rtc;
};
};
&usbotg1 {
dr_mode = "host";
status = "okay";
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment