at91sam9g15ek.dts 715 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /*
  2. * at91sam9g15ek.dts - Device Tree file for AT91SAM9G15-EK board
  3. *
  4. * Copyright (C) 2012 Atmel,
  5. * 2012 Nicolas Ferre <nicolas.ferre@atmel.com>
  6. *
  7. * Licensed under GPLv2 or later.
  8. */
  9. /dts-v1/;
  10. #include "at91sam9g15.dtsi"
  11. #include "at91sam9x5dm.dtsi"
  12. #include "at91sam9x5ek.dtsi"
  13. / {
  14. model = "Atmel AT91SAM9G15-EK";
  15. compatible = "atmel,at91sam9g15ek", "atmel,at91sam9x5ek", "atmel,at91sam9x5", "atmel,at91sam9";
  16. ahb {
  17. apb {
  18. hlcdc: hlcdc@f8038000 {
  19. status = "okay";
  20. };
  21. };
  22. };
  23. backlight: backlight {
  24. status = "okay";
  25. };
  26. bl_reg: backlight_regulator {
  27. status = "okay";
  28. };
  29. panel: panel {
  30. status = "okay";
  31. };
  32. panel_reg: panel_regulator {
  33. status = "okay";
  34. };
  35. };