Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0-or-later OR MIT |
| 2 | /* |
| 3 | * Copyright 2018-2021 Toradex |
| 4 | */ |
| 5 | |
| 6 | &colibri_gpio_keys { |
| 7 | status = "okay"; |
| 8 | }; |
| 9 | |
| 10 | /* Colibri Ethernet */ |
| 11 | &fec1 { |
| 12 | status = "okay"; |
| 13 | }; |
| 14 | |
| 15 | &iomuxc { |
| 16 | pinctrl-names = "default"; |
| 17 | pinctrl-0 = <&pinctrl_hog0>; |
| 18 | }; |
| 19 | |
| 20 | /* Colibri SPI */ |
| 21 | &lpspi2 { |
| 22 | cs-gpios = <&lsio_gpio1 0 GPIO_ACTIVE_LOW>, |
| 23 | <&lsio_gpio5 2 GPIO_ACTIVE_LOW>; |
| 24 | }; |
| 25 | |
| 26 | /* Colibri UART_B */ |
| 27 | &lpuart0 { |
| 28 | status = "okay"; |
| 29 | }; |
| 30 | |
| 31 | /* Colibri UART_C */ |
| 32 | &lpuart2 { |
| 33 | status = "okay"; |
| 34 | }; |
| 35 | |
| 36 | /* Colibri UART_A */ |
| 37 | &lpuart3 { |
| 38 | status = "okay"; |
| 39 | }; |
| 40 | |
| 41 | /* Colibri SDCard */ |
| 42 | &usdhc2 { |
| 43 | status = "okay"; |
| 44 | }; |