kirkwood-6192.dtsi 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. / {
  2. mbus@f1000000 {
  3. pciec: pcie-controller@82000000 {
  4. compatible = "marvell,kirkwood-pcie";
  5. status = "disabled";
  6. device_type = "pci";
  7. #address-cells = <3>;
  8. #size-cells = <2>;
  9. bus-range = <0x00 0xff>;
  10. ranges =
  11. <0x82000000 0 0x40000 MBUS_ID(0xf0, 0x01) 0x40000 0 0x00002000
  12. 0x82000000 0x1 0 MBUS_ID(0x04, 0xe8) 0 1 0 /* Port 0.0 MEM */
  13. 0x81000000 0x1 0 MBUS_ID(0x04, 0xe0) 0 1 0 /* Port 0.0 IO */>;
  14. pcie0: pcie@1,0 {
  15. device_type = "pci";
  16. assigned-addresses = <0x82000800 0 0x00040000 0 0x2000>;
  17. reg = <0x0800 0 0 0 0>;
  18. #address-cells = <3>;
  19. #size-cells = <2>;
  20. #interrupt-cells = <1>;
  21. ranges = <0x82000000 0 0 0x82000000 0x1 0 1 0
  22. 0x81000000 0 0 0x81000000 0x1 0 1 0>;
  23. interrupt-map-mask = <0 0 0 0>;
  24. interrupt-map = <0 0 0 0 &intc 9>;
  25. marvell,pcie-port = <0>;
  26. marvell,pcie-lane = <0>;
  27. clocks = <&gate_clk 2>;
  28. status = "disabled";
  29. };
  30. };
  31. };
  32. ocp@f1000000 {
  33. pinctrl: pin-controller@10000 {
  34. compatible = "marvell,88f6192-pinctrl";
  35. pmx_sata0: pmx-sata0 {
  36. marvell,pins = "mpp5", "mpp21", "mpp23";
  37. marvell,function = "sata0";
  38. };
  39. pmx_sata1: pmx-sata1 {
  40. marvell,pins = "mpp4", "mpp20", "mpp22";
  41. marvell,function = "sata1";
  42. };
  43. pmx_sdio: pmx-sdio {
  44. marvell,pins = "mpp12", "mpp13", "mpp14",
  45. "mpp15", "mpp16", "mpp17";
  46. marvell,function = "sdio";
  47. };
  48. };
  49. rtc: rtc@10300 {
  50. compatible = "marvell,kirkwood-rtc", "marvell,orion-rtc";
  51. reg = <0x10300 0x20>;
  52. interrupts = <53>;
  53. clocks = <&gate_clk 7>;
  54. };
  55. sata: sata@80000 {
  56. compatible = "marvell,orion-sata";
  57. reg = <0x80000 0x5000>;
  58. interrupts = <21>;
  59. clocks = <&gate_clk 14>, <&gate_clk 15>;
  60. clock-names = "0", "1";
  61. phys = <&sata_phy0>, <&sata_phy1>;
  62. phy-names = "port0", "port1";
  63. status = "disabled";
  64. };
  65. sdio: mvsdio@90000 {
  66. compatible = "marvell,orion-sdio";
  67. reg = <0x90000 0x200>;
  68. interrupts = <28>;
  69. clocks = <&gate_clk 4>;
  70. bus-width = <4>;
  71. cap-sdio-irq;
  72. cap-sd-highspeed;
  73. cap-mmc-highspeed;
  74. status = "disabled";
  75. };
  76. };
  77. };