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; 26 spi-max-frequency = <12000000>; 27 }; 28 }; 29 30 &fec1 { 31 status = "okay"; 32 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.