blob: 0a7fce2fe75ed58aada798fcaf46bdd610fc95d4 [file] [log] [blame]
/*
* Copyright (c) 2018 Nordic Semiconductor ASA
*
* SPDX-License-Identifier: Apache-2.0
*/
&spi1 {
apa102: apa102@0 {
compatible = "apa,apa102";
reg = <0>;
spi-max-frequency = <5250000>;
};
};
/ {
aliases {
led-strip = &apa102;
};
};