Back to home page

OSCL-LXR

 
 

    


0001 SKY81452 bindings
0002 
0003 Required properties:
0004 - compatible    : Must be "skyworks,sky81452"
0005 - reg           : I2C slave address
0006 
0007 Required child nodes:
0008 - backlight     : container node for backlight following the binding
0009                 in leds/backlight/sky81452-backlight.txt
0010 - regulator     : container node for regulators following the binding
0011                 in regulator/sky81452-regulator.txt
0012 
0013 Example:
0014 
0015         sky81452@2c {
0016                 compatible = "skyworks,sky81452";
0017                 reg = <0x2c>;
0018 
0019                 backlight {
0020                         compatible = "skyworks,sky81452-backlight";
0021                         name = "pwm-backlight";
0022                         led-sources = <0 1 2 3 6>;
0023                         skyworks,ignore-pwm;
0024                         skyworks,phase-shift;
0025                         skyworks,current-limit = <2300>;
0026                 };
0027 
0028                 regulator {
0029                         lout {
0030                                 regulator-name = "sky81452-lout";
0031                                 regulator-min-microvolt = <4500000>;
0032                                 regulator-max-microvolt = <8000000>;
0033                         };
0034                 };
0035         };