da850.dtsi 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /*
  2. * Copyright 2012 DENX Software Engineering GmbH
  3. * Heiko Schocher <hs@denx.de>
  4. *
  5. * This program is free software; you can redistribute it and/or modify it
  6. * under the terms of the GNU General Public License as published by the
  7. * Free Software Foundation; either version 2 of the License, or (at your
  8. * option) any later version.
  9. */
  10. /include/ "skeleton.dtsi"
  11. / {
  12. arm {
  13. #address-cells = <1>;
  14. #size-cells = <1>;
  15. ranges;
  16. intc: interrupt-controller {
  17. compatible = "ti,cp-intc";
  18. interrupt-controller;
  19. #interrupt-cells = <1>;
  20. ti,intc-size = <100>;
  21. reg = <0xfffee000 0x2000>;
  22. };
  23. };
  24. soc {
  25. compatible = "simple-bus";
  26. model = "da850";
  27. #address-cells = <1>;
  28. #size-cells = <1>;
  29. ranges = <0x0 0x01c00000 0x400000>;
  30. serial0: serial@1c42000 {
  31. compatible = "ns16550a";
  32. reg = <0x42000 0x100>;
  33. clock-frequency = <150000000>;
  34. reg-shift = <2>;
  35. interrupts = <25>;
  36. interrupt-parent = <&intc>;
  37. status = "disabled";
  38. };
  39. serial1: serial@1d0c000 {
  40. compatible = "ns16550a";
  41. reg = <0x10c000 0x100>;
  42. clock-frequency = <150000000>;
  43. reg-shift = <2>;
  44. interrupts = <53>;
  45. interrupt-parent = <&intc>;
  46. status = "disabled";
  47. };
  48. serial2: serial@1d0d000 {
  49. compatible = "ns16550a";
  50. reg = <0x10d000 0x100>;
  51. clock-frequency = <150000000>;
  52. reg-shift = <2>;
  53. interrupts = <61>;
  54. interrupt-parent = <&intc>;
  55. status = "disabled";
  56. };
  57. };
  58. };