spear300.dtsi 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. /*
  2. * DTS file for SPEAr300 SoC
  3. *
  4. * Copyright 2012 Viresh Kumar <viresh.kumar@st.com>
  5. *
  6. * The code contained herein is licensed under the GNU General Public
  7. * License. You may obtain a copy of the GNU General Public License
  8. * Version 2 or later at the following locations:
  9. *
  10. * http://www.opensource.org/licenses/gpl-license.html
  11. * http://www.gnu.org/copyleft/gpl.html
  12. */
  13. /include/ "spear3xx.dtsi"
  14. / {
  15. ahb {
  16. #address-cells = <1>;
  17. #size-cells = <1>;
  18. compatible = "simple-bus";
  19. ranges = <0x60000000 0x60000000 0x50000000
  20. 0xd0000000 0xd0000000 0x30000000>;
  21. pinmux@99000000 {
  22. compatible = "st,spear300-pinmux";
  23. reg = <0x99000000 0x1000>;
  24. };
  25. clcd@60000000 {
  26. compatible = "arm,clcd-pl110", "arm,primecell";
  27. reg = <0x60000000 0x1000>;
  28. interrupts = <30>;
  29. status = "disabled";
  30. };
  31. fsmc: flash@94000000 {
  32. compatible = "st,spear600-fsmc-nand";
  33. #address-cells = <1>;
  34. #size-cells = <1>;
  35. reg = <0x94000000 0x1000 /* FSMC Register */
  36. 0x80000000 0x0010>; /* NAND Base */
  37. reg-names = "fsmc_regs", "nand_data";
  38. st,ale-off = <0x20000>;
  39. st,cle-off = <0x10000>;
  40. status = "disabled";
  41. };
  42. sdhci@70000000 {
  43. compatible = "st,sdhci-spear";
  44. reg = <0x70000000 0x100>;
  45. interrupts = <1>;
  46. status = "disabled";
  47. };
  48. apb {
  49. #address-cells = <1>;
  50. #size-cells = <1>;
  51. compatible = "simple-bus";
  52. ranges = <0xa0000000 0xa0000000 0x10000000
  53. 0xd0000000 0xd0000000 0x30000000>;
  54. gpio1: gpio@a9000000 {
  55. #gpio-cells = <2>;
  56. compatible = "arm,pl061", "arm,primecell";
  57. gpio-controller;
  58. reg = <0xa9000000 0x1000>;
  59. status = "disabled";
  60. };
  61. kbd@a0000000 {
  62. compatible = "st,spear300-kbd";
  63. reg = <0xa0000000 0x1000>;
  64. status = "disabled";
  65. };
  66. };
  67. };
  68. };