Lines Matching +full:at91sam9263 +full:- +full:can
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/net/can/atmel,at91sam9263-can.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Microchip AT91 CAN Controller
10 - Nicolas Ferre <[email protected]>
13 - $ref: can-controller.yaml#
18 - enum:
19 - atmel,at91sam9263-can
20 - atmel,at91sam9x5-can
21 - items:
22 - enum:
23 - microchip,sam9x60-can
24 - const: atmel,at91sam9x5-can
35 clock-names:
37 - const: can_clk
40 - compatible
41 - reg
42 - interrupts
43 - clocks
44 - clock-names
49 - |
50 #include <dt-bindings/interrupt-controller/irq.h>
51 #include <dt-bindings/clock/at91.h>
52 can@f000c000 {
53 compatible = "atmel,at91sam9263-can";
57 clock-names = "can_clk";