xref: /freebsd/sys/contrib/device-tree/src/arm/microchip/sama5d3_tcb1.dtsi (revision f126890ac5386406dadf7c4cfa9566cbb56537c5)
1*f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0-only
2*f126890aSEmmanuel Vadot/*
3*f126890aSEmmanuel Vadot * sama5d3_tcb1.dtsi - Device Tree Include file for SAMA5D3 SoC with
4*f126890aSEmmanuel Vadot * 2 TC blocks.
5*f126890aSEmmanuel Vadot *
6*f126890aSEmmanuel Vadot * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
7*f126890aSEmmanuel Vadot */
8*f126890aSEmmanuel Vadot
9*f126890aSEmmanuel Vadot#include <dt-bindings/pinctrl/at91.h>
10*f126890aSEmmanuel Vadot#include <dt-bindings/interrupt-controller/irq.h>
11*f126890aSEmmanuel Vadot#include <dt-bindings/clock/at91.h>
12*f126890aSEmmanuel Vadot
13*f126890aSEmmanuel Vadot/ {
14*f126890aSEmmanuel Vadot	aliases {
15*f126890aSEmmanuel Vadot		tcb1 = &tcb1;
16*f126890aSEmmanuel Vadot	};
17*f126890aSEmmanuel Vadot
18*f126890aSEmmanuel Vadot	ahb {
19*f126890aSEmmanuel Vadot		apb {
20*f126890aSEmmanuel Vadot			tcb1: timer@f8014000 {
21*f126890aSEmmanuel Vadot				compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
22*f126890aSEmmanuel Vadot				#address-cells = <1>;
23*f126890aSEmmanuel Vadot				#size-cells = <0>;
24*f126890aSEmmanuel Vadot				reg = <0xf8014000 0x100>;
25*f126890aSEmmanuel Vadot				interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>;
26*f126890aSEmmanuel Vadot				clocks = <&pmc PMC_TYPE_PERIPHERAL 27>, <&clk32k>;
27*f126890aSEmmanuel Vadot				clock-names = "t0_clk", "slow_clk";
28*f126890aSEmmanuel Vadot			};
29*f126890aSEmmanuel Vadot		};
30*f126890aSEmmanuel Vadot	};
31*f126890aSEmmanuel Vadot};
32