zephyr/boards/shields/frdm_cr20a/frdm_cr20a.overlay
Erwan Gouriou 07b642d94f boards: shields: Update node_label according to new naming scheme
Update existing shields to conform with new node label naming scheme.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-10-03 10:16:57 +02:00

26 lines
462 B
Plaintext

/*
* Copyright (c) 2019, NXP
*
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,ieee802154 = &ieee802154_frdm_cr20a;
};
};
&arduino_spi {
status = "okay";
ieee802154_frdm_cr20a: mcr20a@0 {
compatible = "nxp,mcr20a";
reg = <0x0>;
spi-max-frequency = <4000000>;
irqb-gpios = <&arduino_header 8
(GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; /* D2 */
reset-gpios = <&arduino_header 11 GPIO_ACTIVE_LOW>; /* D5 */
status = "okay";
};
};