rockchip64-6.19: mekotronics-r58x-pro: add vk2c21 DT node

- for the LCD, using new bit-banging driver
This commit is contained in:
Ricardo Pardini 2026-02-22 17:17:16 -03:00
parent 68254a8cac
commit 8f86f24f0f

View File

@ -45,6 +45,14 @@
}; };
}; };
lcd_vk2c21 {
compatible = "vinka,vk2c21";
sda-gpios = <&gpio0 RK_PC4 GPIO_ACTIVE_HIGH>;
scl-gpios = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
clock-frequency = <100000>;
status = "okay";
};
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";