16 lines
220 B
Plaintext
16 lines
220 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>;
|
||
|
label = "APA102";
|
||
|
};
|
||
|
};
|