1/*
2 * Copyright (c) 2017 Piotr Mienkowski
3 * Copyright (c) 2017 Justin Watson
4 * Copyright (c) 2020-2023 Gerson Fernando Budke <nandojve@gmail.com>
5 *
6 * SPDX-License-Identifier: Apache-2.0
7 */
8
9/dts-v1/;
10
11#include <atmel/same70q21.dtsi>
12#include "sam_e70_xplained-common.dtsi"
13
14/ {
15	model = "Atmel SAM E70 Xplained board";
16	compatible = "atmel,sam_e70_xplained", "atmel,same70q21", "atmel,same70";
17};
18
19&tc0 {
20	status = "okay";
21	compatible = "atmel,sam-tc-qdec";
22
23	pinctrl-0 = <&tc0_qdec_default>;
24	pinctrl-names = "default";
25};
26