0001 // SPDX-License-Identifier: GPL-2.0-only
0002 /*
0003 * sama5d3_tcb1.dtsi - Device Tree Include file for SAMA5D3 SoC with
0004 * 2 TC blocks.
0005 *
0006 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
0007 */
0008
0009 #include <dt-bindings/pinctrl/at91.h>
0010 #include <dt-bindings/interrupt-controller/irq.h>
0011 #include <dt-bindings/clock/at91.h>
0012
0013 / {
0014 aliases {
0015 tcb1 = &tcb1;
0016 };
0017
0018 ahb {
0019 apb {
0020 tcb1: timer@f8014000 {
0021 compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
0022 #address-cells = <1>;
0023 #size-cells = <0>;
0024 reg = <0xf8014000 0x100>;
0025 interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>;
0026 clocks = <&pmc PMC_TYPE_PERIPHERAL 27>, <&clk32k>;
0027 clock-names = "t0_clk", "slow_clk";
0028 };
0029 };
0030 };
0031 };