p1010rdb-pb.dts 650 B

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * P1010 RDB Device Tree Source
  3. *
  4. * Copyright 2011 Freescale Semiconductor Inc.
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms of the GNU General Public License as published by the
  8. * Free Software Foundation; either version 2 of the License, or (at your
  9. * option) any later version.
  10. */
  11. /include/ "p1010si-pre.dtsi"
  12. / {
  13. model = "fsl,P1010RDB-PB";
  14. compatible = "fsl,P1010RDB-PB";
  15. /include/ "p1010rdb_32b.dtsi"
  16. };
  17. /include/ "p1010rdb.dtsi"
  18. &phy0 {
  19. interrupts = <0 1 0 0>;
  20. };
  21. &phy1 {
  22. interrupts = <2 1 0 0>;
  23. };
  24. &phy2 {
  25. interrupts = <1 1 0 0>;
  26. };
  27. /include/ "p1010si-post.dtsi"