summaryrefslogtreecommitdiff
path: root/overlays/colibri-imx6ull_ad7879_overlay.dtsi
blob: 707900896ccf3fcf37a6bca65c0cdac5ae3a73d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
/*
 * Copyright 2021-2022 Toradex
 */

// Resistive AD7879 touch controller for the 7" display orderable
// at Toradex.

&ad7879_ts {
	status = "okay";
};

&i2c2 {
	/* Was disabled because ad7879 is a single I2C slave */
	status = "okay";
};