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