bcm11351.dtsi 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /*
  2. * Copyright (C) 2012-2013 Broadcom Corporation
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License as
  6. * published by the Free Software Foundation version 2.
  7. *
  8. * This program is distributed "as is" WITHOUT ANY WARRANTY of any
  9. * kind, whether express or implied; without even the implied warranty
  10. * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. #include <dt-bindings/interrupt-controller/arm-gic.h>
  14. #include <dt-bindings/interrupt-controller/irq.h>
  15. #include "skeleton.dtsi"
  16. / {
  17. model = "BCM11351 SoC";
  18. compatible = "brcm,bcm11351";
  19. interrupt-parent = <&gic>;
  20. chosen {
  21. bootargs = "console=ttyS0,115200n8";
  22. };
  23. gic: interrupt-controller@3ff00100 {
  24. compatible = "arm,cortex-a9-gic";
  25. #interrupt-cells = <3>;
  26. #address-cells = <0>;
  27. interrupt-controller;
  28. reg = <0x3ff01000 0x1000>,
  29. <0x3ff00100 0x100>;
  30. };
  31. smc@0x3404c000 {
  32. compatible = "brcm,bcm11351-smc", "brcm,kona-smc";
  33. reg = <0x3404c000 0x400>; /* 1 KiB in SRAM */
  34. };
  35. uart@3e000000 {
  36. compatible = "brcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
  37. status = "disabled";
  38. reg = <0x3e000000 0x1000>;
  39. clock-frequency = <13000000>;
  40. interrupts = <GIC_SPI 67 IRQ_TYPE_LEVEL_HIGH>;
  41. reg-shift = <2>;
  42. reg-io-width = <4>;
  43. };
  44. L2: l2-cache {
  45. compatible = "brcm,bcm11351-a2-pl310-cache";
  46. reg = <0x3ff20000 0x1000>;
  47. cache-unified;
  48. cache-level = <2>;
  49. };
  50. watchdog@35002f40 {
  51. compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt";
  52. reg = <0x35002f40 0x6c>;
  53. };
  54. timer@35006000 {
  55. compatible = "brcm,kona-timer";
  56. reg = <0x35006000 0x1000>;
  57. interrupts = <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>;
  58. clock-frequency = <32768>;
  59. };
  60. sdio1: sdio@3f180000 {
  61. compatible = "brcm,kona-sdhci";
  62. reg = <0x3f180000 0x10000>;
  63. interrupts = <0x0 77 0x4>;
  64. status = "disabled";
  65. };
  66. sdio2: sdio@3f190000 {
  67. compatible = "brcm,kona-sdhci";
  68. reg = <0x3f190000 0x10000>;
  69. interrupts = <0x0 76 0x4>;
  70. status = "disabled";
  71. };
  72. sdio3: sdio@3f1a0000 {
  73. compatible = "brcm,kona-sdhci";
  74. reg = <0x3f1a0000 0x10000>;
  75. interrupts = <0x0 74 0x4>;
  76. status = "disabled";
  77. };
  78. sdio4: sdio@3f1b0000 {
  79. compatible = "brcm,kona-sdhci";
  80. reg = <0x3f1b0000 0x10000>;
  81. interrupts = <0x0 73 0x4>;
  82. status = "disabled";
  83. };
  84. };