We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de072e4 commit faaa08bCopy full SHA for faaa08b
boards/arm/bbc_microbit/bbc_microbit.dts
@@ -25,6 +25,7 @@
25
zephyr,sram = &sram0;
26
zephyr,flash = &flash0;
27
zephyr,code-partition = &slot0_partition;
28
+ zephyr,display = &led_matrix;
29
};
30
31
gpio_keys {
@@ -40,7 +41,7 @@
40
41
42
43
- led_matrix {
44
+ led_matrix: led_matrix {
45
compatible = "nordic,nrf-led-matrix";
46
status = "okay";
47
label = "LED_MATRIX";
boards/arm/bbc_microbit_v2/bbc_microbit_v2.dts
0 commit comments