Skip to content

Commit 1383d42

Browse files
kelnosgclement
authored andcommitted
ARM: dts: kirkwood: ReadyNAS NV+v2: Add LCD panel
The NV+ v2 has a WH1602 LCD panel (which is just a rebranded HD44780), similar to the Netgear RN104, just with different GPIO assignments. Signed-off-by: Brian J. Tarricone <[email protected]> Reviewed-by: Andrew Lunn <[email protected]> Signed-off-by: Gregory CLEMENT <[email protected]>
1 parent 2bf399d commit 1383d42

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

arch/arm/boot/dts/kirkwood-netgear_readynas_nv+_v2.dts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,20 @@
113113
};
114114
};
115115

116+
auxdisplay {
117+
compatible = "hit,hd44780";
118+
data-gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>,
119+
<&gpio1 1 GPIO_ACTIVE_HIGH>,
120+
<&gpio1 3 GPIO_ACTIVE_HIGH>,
121+
<&gpio1 17 GPIO_ACTIVE_HIGH>;
122+
enable-gpios = <&gpio0 16 GPIO_ACTIVE_HIGH>;
123+
rs-gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
124+
rw-gpios = <&gpio0 15 GPIO_ACTIVE_HIGH>;
125+
backlight-gpios = <&gpio0 12 GPIO_ACTIVE_LOW>;
126+
display-height-chars = <2>;
127+
display-width-chars = <16>;
128+
};
129+
116130
gpio-leds {
117131
compatible = "gpio-leds";
118132
pinctrl-0 = < &pmx_led_blue_power &pmx_led_blue_backup

0 commit comments

Comments
 (0)