rockchip64-6.19: mekotronics-r58x-pro: add vk2c21 DT node
- for the LCD, using new bit-banging driver
This commit is contained in:
parent
68254a8cac
commit
8f86f24f0f
@ -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 {
|
||||
compatible = "gpio-leds";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user