Skip to content
Snippets Groups Projects
Commit 029a1ab3 authored by Jonas Höppner's avatar Jonas Höppner
Browse files

arm64:dts: Update DT for Trizeps VIII Plus and ATM700 parallel display

Does not yet compile!
Cherry-picks changes from cf89c5e2
parent f4aad7bf
No related branches found
No related tags found
1 merge request!484arm64:dts:tr8p: Add initial trizeps8plus V1R3 devicetree with pconxs
Pipeline #116191 passed with stage
in 31 seconds
/*
* Copyright 2020 Keith & Koep GmbH
*
* Copyright 2023 SECO Northern Europe GmbH
*/
/dts-v1/;
// Add defines here, which control behaviour of .dtsi:
#define ETHERNET_ONLY_100MBIT 0
#define DISPLAY_ONLY_18BPP 1
#define DISPLAY_ENABLE SPIN73_GPIO
#define display_enable spin73_gpio
#define touch_enable &gpio_mcu 9
#define TOUCH_INT SPIN45_GPIO
#define touch_int &gpio3 4
#define touch_int_parent &gpio3
#define touch_int_pin 4
#include "trizeps8plus_v1r3.dtsi"
#include "pconxs.dtsi"
//#include "atm0700.dtsi"
#include "atm0700.dtsi"
//#include "ov5640.dtsi"
/ {
......@@ -28,6 +37,18 @@ aliases {
};
};
&lcdif1 {
status = "okay";
};
&backlight1 {
status = "okay";
};
&pwm1 {
status = "okay";
};
#if 0
&usbotg1 {
......
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