zephyr/samples/net/sockets/echo_server/boards/sam4e_xpro.overlay
Kumar Gala 35cad0884a dts: soc: atmel: sam: cleanup node labels to match SoC docs
Update dts files to use node labels that match Atmel SoC docs.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-04-09 09:02:19 -05:00

23 lines
633 B
Plaintext

/*
* Copyright (c) 2020 Gerson Fernando Budke
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi0 {
status = "okay";
label = "SPI_RF2XX";
cs-gpios = <&piob 14 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
rf2xx@0 {
compatible = "atmel,rf2xx";
reg = <0x0>;
label = "RF2XX_0";
spi-max-frequency = <6000000>;
irq-gpios = <&pioa 21 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
reset-gpios = <&pioa 3 GPIO_ACTIVE_LOW>;
slptr-gpios = <&pioa 22 GPIO_ACTIVE_HIGH>;
status = "okay";
};
};