zephyr/samples/drivers/led_apa102/boards/nucleo_l432kc.overlay

15 lines
200 B
Plaintext

/*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
apa102@0 {
compatible = "apa,apa102";
reg = <0>;
spi-max-frequency = <5250000>;
};
};