...
Code Block |
---|
backlight {
compatible = "gpio-backlight";
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_backlight>;
gpios = <&gpio2 31 GPIO_ACTIVE_HIGH>;
};
|
Note that in this configuration the backlight is turned off at system startup.
...