at91sam9x5_can.dtsi 686 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * at91sam9x5_macb0.dtsi - Device Tree Include file for AT91SAM9x5 SoC with 1
  3. * Ethernet interface.
  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. can0_clk: can0_clk {
  17. #clock-cells = <0>;
  18. reg = <29>;
  19. };
  20. can1_clk: can1_clk {
  21. #clock-cells = <0>;
  22. reg = <30>;
  23. };
  24. };
  25. };
  26. };
  27. };
  28. };