blob: 6cf6bc630e84636195c826b3c931707718a6c248 [file] [log] [blame]
/*
* Copyright (c) 2020 Gerson Fernando Budke <nandojve@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
&ext1_spi {
status = "okay";
label = "SPI_RF2XX";
rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
label = "RF2XX_0";
spi-max-frequency = <6000000>;
irq-gpios = <&ext1_header 10
(GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
reset-gpios = <&ext1_header 8 GPIO_ACTIVE_LOW>;
slptr-gpios = <&ext1_header 11 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};