at91sam9x5_lcd.dtsi 448 B

1234567891011121314151617181920212223242526
  1. /*
  2. * at91sam9x5_lcd.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
  3. * LCD controller.
  4. *
  5. * Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
  6. *
  7. * Licensed under GPLv2.
  8. */
  9. #include <dt-bindings/pinctrl/at91.h>
  10. #include <dt-bindings/interrupt-controller/irq.h>
  11. / {
  12. ahb {
  13. apb {
  14. pmc: pmc@fffffc00 {
  15. periphck {
  16. lcdc_clk: lcdc_clk {
  17. #clock-cells = <0>;
  18. reg = <25>;
  19. };
  20. };
  21. };
  22. };
  23. };
  24. };