mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 02:56:15 +07:00
ARM: dts: armada: netgear-rn104: Add LCD to RN104 dts.
Adds the LCD on the rn104 to its dts file. Signed-off-by: Ash Hughes <sehguh.hsa@gmail.com> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
a188339ca5
commit
0e5447626b
@ -143,6 +143,20 @@ blue-sata4-led {
|
||||
};
|
||||
};
|
||||
|
||||
auxdisplay {
|
||||
compatible = "hit,hd44780";
|
||||
data-gpios = <&gpio1 25 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 26 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 27 GPIO_ACTIVE_HIGH>,
|
||||
<&gpio1 29 GPIO_ACTIVE_HIGH>;
|
||||
enable-gpios = <&gpio1 24 GPIO_ACTIVE_HIGH>;
|
||||
rs-gpios = <&gpio1 22 GPIO_ACTIVE_HIGH>;
|
||||
rw-gpios = <&gpio1 23 GPIO_ACTIVE_HIGH>;
|
||||
backlight-gpios = <&gpio1 21 GPIO_ACTIVE_LOW>;
|
||||
display-height-chars = <2>;
|
||||
display-width-chars = <16>;
|
||||
};
|
||||
|
||||
gpio-keys {
|
||||
compatible = "gpio-keys";
|
||||
pinctrl-0 = <&backup_button_pin
|
||||
|
Loading…
Reference in New Issue
Block a user