| // SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
| * Copyright 2016-2022 Toradex |
| /* Fixed crystal dedicated to MCP2515. */ |
| compatible = "fixed-clock"; |
| clock-frequency = <16000000>; |
| * The Atmel maxtouch controller uses SODIMM 28/30, also used for PWM<B>, PWM<C>, aka pwm2, pwm3. |
| * So if you enable following capacitive touch controller, disable pwm2/pwm3 first. |
| interrupt-parent = <&gpio1>; |
| interrupts = <9 IRQ_TYPE_EDGE_FALLING>; /* SODIMM 28 / INT */ |
| pinctrl-0 = <&pinctrl_atmel_adapter>; |
| reset-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>; /* SODIMM 30 / RST */ |
| compatible = "microchip,mcp2515"; |
| interrupt-parent = <&gpio5>; |
| interrupts = <2 IRQ_TYPE_EDGE_FALLING>; |
| pinctrl-names = "default"; |
| pinctrl-0 = <&pinctrl_can_int>; |
| spi-max-frequency = <10000000>; |
| xceiver-supply = <®_5v0>; |
| /* Colibri Fast Ethernet */ |
| /* Colibri I2C: I2C3_SDA/SCL on SODIMM 194/196 */ |
| /* The pwm2 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */ |
| /* The pwm3 should be disabled to enable atmel_mxt_ts touchscreen for adapter. */ |
| /* M41T0M6 real time clock */ |