stih416.dtsi 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. /*
  2. * Copyright (C) 2012 STMicroelectronics Limited.
  3. * Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
  4. *
  5. * This program is free software; you can redistribute it and/or modify
  6. * it under the terms of the GNU General Public License version 2 as
  7. * publishhed by the Free Software Foundation.
  8. */
  9. #include "stih41x.dtsi"
  10. #include "stih416-clock.dtsi"
  11. #include "stih416-pinctrl.dtsi"
  12. / {
  13. L2: cache-controller {
  14. compatible = "arm,pl310-cache";
  15. reg = <0xfffe2000 0x1000>;
  16. arm,data-latency = <3 3 3>;
  17. arm,tag-latency = <2 2 2>;
  18. cache-unified;
  19. cache-level = <2>;
  20. };
  21. soc {
  22. #address-cells = <1>;
  23. #size-cells = <1>;
  24. interrupt-parent = <&intc>;
  25. ranges;
  26. compatible = "simple-bus";
  27. syscfg_sbc:sbc-syscfg@fe600000{
  28. compatible = "st,stih416-sbc-syscfg", "syscon";
  29. reg = <0xfe600000 0x1000>;
  30. };
  31. syscfg_front:front-syscfg@fee10000{
  32. compatible = "st,stih416-front-syscfg", "syscon";
  33. reg = <0xfee10000 0x1000>;
  34. };
  35. syscfg_rear:rear-syscfg@fe830000{
  36. compatible = "st,stih416-rear-syscfg", "syscon";
  37. reg = <0xfe830000 0x1000>;
  38. };
  39. /* MPE */
  40. syscfg_fvdp_fe:fvdp-fe-syscfg@fddf0000{
  41. compatible = "st,stih416-fvdp-fe-syscfg", "syscon";
  42. reg = <0xfddf0000 0x1000>;
  43. };
  44. syscfg_fvdp_lite:fvdp-lite-syscfg@fd6a0000{
  45. compatible = "st,stih416-fvdp-lite-syscfg", "syscon";
  46. reg = <0xfd6a0000 0x1000>;
  47. };
  48. syscfg_cpu:cpu-syscfg@fdde0000{
  49. compatible = "st,stih416-cpu-syscfg", "syscon";
  50. reg = <0xfdde0000 0x1000>;
  51. };
  52. syscfg_compo:compo-syscfg@fd320000{
  53. compatible = "st,stih416-compo-syscfg", "syscon";
  54. reg = <0xfd320000 0x1000>;
  55. };
  56. syscfg_transport:transport-syscfg@fd690000{
  57. compatible = "st,stih416-transport-syscfg", "syscon";
  58. reg = <0xfd690000 0x1000>;
  59. };
  60. syscfg_lpm:lpm-syscfg@fe4b5100{
  61. compatible = "st,stih416-lpm-syscfg", "syscon";
  62. reg = <0xfe4b5100 0x8>;
  63. };
  64. serial2: serial@fed32000{
  65. compatible = "st,asc";
  66. status = "disabled";
  67. reg = <0xfed32000 0x2c>;
  68. interrupts = <0 197 0>;
  69. clocks = <&CLK_S_ICN_REG_0>;
  70. pinctrl-names = "default";
  71. pinctrl-0 = <&pinctrl_serial2 &pinctrl_serial2_oe>;
  72. };
  73. /* SBC_UART1 */
  74. sbc_serial1: serial@fe531000 {
  75. compatible = "st,asc";
  76. status = "disabled";
  77. reg = <0xfe531000 0x2c>;
  78. interrupts = <0 210 0>;
  79. pinctrl-names = "default";
  80. pinctrl-0 = <&pinctrl_sbc_serial1>;
  81. clocks = <&CLK_SYSIN>;
  82. };
  83. };
  84. };