Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 OR MIT |
| 2 | // |
| 3 | // Copyright (C) 2023 chargebyte GmbH |
| 4 | |
| 5 | #include "imx6ull-tarragon-common.dtsi" |
| 6 | |
| 7 | / { |
| 8 | model = "chargebyte Tarragon Slave"; |
| 9 | compatible = "chargebyte,imx6ull-tarragon-slave", "fsl,imx6ull"; |
| 10 | }; |
| 11 | |
| 12 | &ecspi2 { |
| 13 | status = "okay"; |
| 14 | |
| 15 | qca700x_cp: ethernet@0 { |
| 16 | reg = <0x0>; |
| 17 | compatible = "qca,qca7000"; |
| 18 | pinctrl-names = "default"; |
| 19 | pinctrl-0 = <&pinctrl_qca700x_cp_int |
| 20 | &pinctrl_qca700x_cp_rst |
| 21 | &pinctrl_qca700x_cp_btld>; |
| 22 | interrupt-parent = <&gpio2>; |
| 23 | interrupts = <19 IRQ_TYPE_EDGE_RISING>; |
| 24 | spi-cpha; |
| 25 | spi-cpol; |
Tom Rini | 762f85b | 2024-07-20 11:15:10 -0600 | [diff] [blame^] | 26 | spi-max-frequency = <12000000>; |
Tom Rini | 53633a8 | 2024-02-29 12:33:36 -0500 | [diff] [blame] | 27 | }; |
| 28 | }; |
| 29 | |
| 30 | &fec1 { |
| 31 | status = "okay"; |
| 32 | }; |