xref: /freebsd-src/sys/contrib/device-tree/src/arm/nxp/vf/vf500-colibri-eval-v3.dts (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0+ OR MIT
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * Copyright 2014-2020 Toradex
4*f126890aSEmmanuel Vadot */
5*f126890aSEmmanuel Vadot
6*f126890aSEmmanuel Vadot/dts-v1/;
7*f126890aSEmmanuel Vadot#include "vf500-colibri.dtsi"
8*f126890aSEmmanuel Vadot#include "vf-colibri-eval-v3.dtsi"
9*f126890aSEmmanuel Vadot
10*f126890aSEmmanuel Vadot/ {
11*f126890aSEmmanuel Vadot	model = "Toradex Colibri VF50 on Colibri Evaluation Board";
12*f126890aSEmmanuel Vadot	compatible = "toradex,vf500-colibri_vf50-on-eval", "toradex,vf500-colibri_vf50", "fsl,vf500";
13*f126890aSEmmanuel Vadot};
14*f126890aSEmmanuel Vadot
15*f126890aSEmmanuel Vadot&touchscreen {
16*f126890aSEmmanuel Vadot	vf50-ts-min-pressure = <200>;
17*f126890aSEmmanuel Vadot	status = "okay";
18*f126890aSEmmanuel Vadot};
19