sky81452.txt 792 B

1234567891011121314151617181920212223242526272829303132333435
  1. SKY81452 bindings
  2. Required properties:
  3. - compatible : Must be "skyworks,sky81452"
  4. - reg : I2C slave address
  5. Required child nodes:
  6. - backlight : container node for backlight following the binding
  7. in leds/backlight/sky81452-backlight.txt
  8. - regulator : container node for regulators following the binding
  9. in regulator/sky81452-regulator.txt
  10. Example:
  11. sky81452@2c {
  12. compatible = "skyworks,sky81452";
  13. reg = <0x2c>;
  14. backlight {
  15. compatible = "skyworks,sky81452-backlight";
  16. name = "pwm-backlight";
  17. led-sources = <0 1 2 3 6>;
  18. skyworks,ignore-pwm;
  19. skyworks,phase-shift;
  20. skyworks,current-limit = <2300>;
  21. };
  22. regulator {
  23. lout {
  24. regulator-name = "sky81452-lout";
  25. regulator-min-microvolt = <4500000>;
  26. regulator-max-microvolt = <8000000>;
  27. };
  28. };
  29. };