1 // SPDX-License-Identifier: GPL-2.0-only 2 /* 3 * sama5d3_can.dtsi - Device Tree Include file 4 * CAN support 5 * 6 * Copyright (C) 2013 Boris BREZILLON <b.brezil 7 */ 8 9 #include <dt-bindings/pinctrl/at91.h> 10 #include <dt-bindings/interrupt-controller/irq 11 12 / { 13 ahb { 14 apb { 15 pinctrl@fffff200 { 16 can0 { 17 pinctr 18 19 20 21 }; 22 }; 23 24 can1 { 25 pinctr 26 27 28 29 }; 30 }; 31 32 }; 33 34 can0: can@f000c000 { 35 compatible = " 36 reg = <0xf000c 37 interrupts = < 38 pinctrl-names 39 pinctrl-0 = <& 40 clocks = <&pmc 41 clock-names = 42 status = "disa 43 }; 44 45 can1: can@f8010000 { 46 compatible = " 47 reg = <0xf8010 48 interrupts = < 49 pinctrl-names 50 pinctrl-0 = <& 51 clocks = <&pmc 52 clock-names = 53 status = "disa 54 }; 55 }; 56 }; 57 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.