summaryrefslogtreecommitdiffstats
path: root/dts/src/arm/at91sam9x5_can.dtsi
blob: f44ab7702a12fd668092d70cca6767e26a4f7c2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
/*
 * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1
 * Ethernet interface.
 *
 * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
 *
 * Licensed under GPLv2.
 */

#include <dt-bindings/pinctrl/at91.h>
#include <dt-bindings/interrupt-controller/irq.h>

/ {
	ahb {
		apb {
			pmc: pmc@fffffc00 {
				periphck {
					can0_clk: can0_clk {
						#clock-cells = <0>;
						reg = <29>;
					};

                                        can1_clk: can1_clk {
                                                #clock-cells = <0>;
                                                reg = <30>;
                                        };
				};
			};
		};
	};
};