zephyr/boards/shields/max7219/max7219_8x8.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

23 lines
377 B
Text

/*
* Copyright (c) 2022 Jimmy Ou <yanagiis@gmail.com>
* SPDX-License-Identifier: Apache-2.0
*/
/ {
chosen {
zephyr,display = &max7219_max7219_8x8;
};
};
&arduino_spi {
status = "okay";
max7219_max7219_8x8: max7219@0 {
compatible = "maxim,max7219";
reg = <0>;
spi-max-frequency = <1000000>;
num-cascading = <1>;
intensity = <0>;
scan-limit = <7>;
};
};