1Ampire AM-480272H3TMQW-T01H 4.3" WQVGA TFT LCD panel 2 3This binding is compatible with the simple-panel binding, which is specified 4in simple-panel.txt in this directory. 5 6Required properties: 7- compatible: should be "ampire,am-480272h3tmqw-t01h" 8 9Optional properties: 10- power-supply: regulator to provide the supply voltage 11- enable-gpios: GPIO pin to enable or disable the panel 12- backlight: phandle of the backlight device attached to the panel 13 14Optional nodes: 15- Video port for RGB input. 16 17Example: 18 panel_rgb: panel-rgb { 19 compatible = "ampire,am-480272h3tmqw-t01h"; 20 enable-gpios = <&gpioa 8 1>; 21 port { 22 panel_in_rgb: endpoint { 23 remote-endpoint = <&controller_out_rgb>; 24 }; 25 }; 26 }; 27