bcm11351.dtsi 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * Copyright (C) 2012 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/ "skeleton.dtsi"
  14. / {
  15. model = "BCM11351 SoC";
  16. compatible = "bcm,bcm11351";
  17. interrupt-parent = <&gic>;
  18. chosen {
  19. bootargs = "console=ttyS0,115200n8";
  20. };
  21. gic: interrupt-controller@3ff00100 {
  22. compatible = "arm,cortex-a9-gic";
  23. #interrupt-cells = <3>;
  24. #address-cells = <0>;
  25. interrupt-controller;
  26. reg = <0x3ff01000 0x1000>,
  27. <0x3ff00100 0x100>;
  28. };
  29. uart@3e000000 {
  30. compatible = "bcm,bcm11351-dw-apb-uart", "snps,dw-apb-uart";
  31. status = "disabled";
  32. reg = <0x3e000000 0x1000>;
  33. clock-frequency = <13000000>;
  34. interrupts = <0x0 67 0x4>;
  35. reg-shift = <2>;
  36. reg-io-width = <4>;
  37. };
  38. L2: l2-cache {
  39. compatible = "arm,pl310-cache";
  40. reg = <0x3ff20000 0x1000>;
  41. cache-unified;
  42. cache-level = <2>;
  43. };
  44. };