da850.dtsi 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. pmx_core: pinmux@1c14120 {
  31. compatible = "pinctrl-single";
  32. reg = <0x14120 0x50>;
  33. #address-cells = <1>;
  34. #size-cells = <0>;
  35. pinctrl-single,bit-per-mux;
  36. pinctrl-single,register-width = <32>;
  37. pinctrl-single,function-mask = <0xffffffff>;
  38. status = "disabled";
  39. };
  40. serial0: serial@1c42000 {
  41. compatible = "ns16550a";
  42. reg = <0x42000 0x100>;
  43. clock-frequency = <150000000>;
  44. reg-shift = <2>;
  45. interrupts = <25>;
  46. interrupt-parent = <&intc>;
  47. status = "disabled";
  48. };
  49. serial1: serial@1d0c000 {
  50. compatible = "ns16550a";
  51. reg = <0x10c000 0x100>;
  52. clock-frequency = <150000000>;
  53. reg-shift = <2>;
  54. interrupts = <53>;
  55. interrupt-parent = <&intc>;
  56. status = "disabled";
  57. };
  58. serial2: serial@1d0d000 {
  59. compatible = "ns16550a";
  60. reg = <0x10d000 0x100>;
  61. clock-frequency = <150000000>;
  62. reg-shift = <2>;
  63. interrupts = <61>;
  64. interrupt-parent = <&intc>;
  65. status = "disabled";
  66. };
  67. };
  68. };