Lines Matching +full:sama5d2 +full:- +full:i2c
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/mfd/atmel,sama5d2-flexcom.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Kavyasree Kotagiri <kavyasree.kotagiri@microchip.com>
14 an I2C controller and an USART. Only one function can be used at a
20 - const: atmel,sama5d2-flexcom
21 - items:
22 - enum:
23 - microchip,sam9x7-flexcom
24 - microchip,sama7d65-flexcom
25 - microchip,sama7g5-flexcom
26 - const: atmel,sama5d2-flexcom
34 "#address-cells":
37 "#size-cells":
47 atmel,flexcom-mode:
52 3: I2C.
57 "^serial@[0-9a-f]+$":
60 Child node describing USART. See atmel-usart.txt for details
63 "^spi@[0-9a-f]+$":
69 "^i2c@[0-9a-f]+$":
70 $ref: /schemas/i2c/atmel,at91sam-i2c.yaml
72 Child node describing I2C.
75 - compatible
76 - reg
77 - clocks
78 - "#address-cells"
79 - "#size-cells"
80 - ranges
81 - atmel,flexcom-mode
86 - |
87 #include <dt-bindings/interrupt-controller/arm-gic.h>
90 compatible = "atmel,sama5d2-flexcom";
93 #address-cells = <1>;
94 #size-cells = <1>;
96 atmel,flexcom-mode = <2>;