orion5x-mv88f5182.dtsi 903 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. // Copyright (C) 2014 Thomas Petazzoni <[email protected]>
  3. #include "orion5x.dtsi"
  4. / {
  5. compatible = "marvell,orion5x-88f5182", "marvell,orion5x";
  6. soc {
  7. compatible = "marvell,orion5x-88f5182-mbus", "simple-bus";
  8. internal-regs {
  9. pinctrl: pinctrl@10000 {
  10. compatible = "marvell,88f5182-pinctrl";
  11. reg = <0x10000 0x8>, <0x10050 0x4>;
  12. pmx_sata0: pmx-sata0 {
  13. marvell,pins = "mpp12", "mpp14";
  14. marvell,function = "sata0";
  15. };
  16. pmx_sata1: pmx-sata1 {
  17. marvell,pins = "mpp13", "mpp15";
  18. marvell,function = "sata1";
  19. };
  20. };
  21. core_clk: core-clocks@10030 {
  22. compatible = "marvell,mv88f5182-core-clock";
  23. reg = <0x10010 0x4>;
  24. #clock-cells = <1>;
  25. };
  26. mbusc: mbus-controller@20000 {
  27. compatible = "marvell,mbus-controller";
  28. reg = <0x20000 0x100>, <0x1500 0x20>;
  29. };
  30. };
  31. };
  32. };