2019-08-16 06:56:30 +08:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2019 Phytec Messtechnik GmbH
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
&arduino_spi {
|
|
|
|
status = "okay";
|
|
|
|
cs-gpios = <&arduino_header 16 0>; /* D10 */
|
|
|
|
|
|
|
|
enc424j600@0 {
|
|
|
|
compatible = "microchip,enc424j600";
|
|
|
|
spi-max-frequency = <14000000>;
|
2020-01-23 07:51:00 +08:00
|
|
|
int-gpios = <&arduino_header 15 GPIO_ACTIVE_LOW>; /* D9 */
|
2019-08-16 06:56:30 +08:00
|
|
|
status = "okay";
|
|
|
|
label = "ETH_0";
|
|
|
|
reg = <0>;
|
|
|
|
};
|
|
|
|
};
|