Boris BREZILLON | a80d3ec | 2014-05-12 18:23:35 +0200 | [diff] [blame] | 1 | /* |
Nicolas Ferre | 5563d34 | 2014-10-21 18:47:42 +0200 | [diff] [blame^] | 2 | * at91sam9x5_can.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1 |
Boris BREZILLON | a80d3ec | 2014-05-12 18:23:35 +0200 | [diff] [blame] | 3 | * Ethernet interface. |
| 4 | * |
| 5 | * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com> |
| 6 | * |
| 7 | * Licensed under GPLv2. |
| 8 | */ |
| 9 | |
| 10 | #include <dt-bindings/pinctrl/at91.h> |
| 11 | #include <dt-bindings/interrupt-controller/irq.h> |
| 12 | |
| 13 | / { |
| 14 | ahb { |
| 15 | apb { |
| 16 | pmc: pmc@fffffc00 { |
| 17 | periphck { |
| 18 | can0_clk: can0_clk { |
| 19 | #clock-cells = <0>; |
| 20 | reg = <29>; |
| 21 | }; |
| 22 | |
Nicolas Ferre | 5563d34 | 2014-10-21 18:47:42 +0200 | [diff] [blame^] | 23 | can1_clk: can1_clk { |
| 24 | #clock-cells = <0>; |
| 25 | reg = <30>; |
| 26 | }; |
Boris BREZILLON | a80d3ec | 2014-05-12 18:23:35 +0200 | [diff] [blame] | 27 | }; |
| 28 | }; |
| 29 | }; |
| 30 | }; |
| 31 | }; |