1 gpio-backlight bindings
4 - compatible: "gpio-backlight"
5 - gpios: describes the gpio that is used for enabling/disabling the backlight.
6 refer to bindings/gpio/gpio.txt for more details.
9 - default-on: enable the backlight at boot.
13 compatible = "gpio-backlight";
14 gpios = <&gpio3 4 GPIO_ACTIVE_HIGH>;