apm-mustang.dts 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. // SPDX-License-Identifier: GPL-2.0-or-later
  2. /*
  3. * dts file for AppliedMicro (APM) Mustang Board
  4. *
  5. * Copyright (C) 2013, Applied Micro Circuits Corporation
  6. */
  7. /dts-v1/;
  8. /include/ "apm-storm.dtsi"
  9. / {
  10. model = "APM X-Gene Mustang board";
  11. compatible = "apm,mustang", "apm,xgene-storm";
  12. chosen { };
  13. memory {
  14. device_type = "memory";
  15. reg = < 0x1 0x00000000 0x0 0x80000000 >; /* Updated by bootloader */
  16. };
  17. gpio-keys {
  18. compatible = "gpio-keys";
  19. button {
  20. label = "POWER";
  21. linux,code = <116>;
  22. linux,input-type = <0x1>;
  23. interrupt-parent = <&sbgpio>;
  24. interrupts = <0x5 0x1>;
  25. };
  26. };
  27. poweroff_mbox: poweroff_mbox@10548000 {
  28. compatible = "syscon";
  29. reg = <0x0 0x10548000 0x0 0x30>;
  30. };
  31. poweroff: poweroff@10548010 {
  32. compatible = "syscon-poweroff";
  33. regmap = <&poweroff_mbox>;
  34. offset = <0x10>;
  35. mask = <0x1>;
  36. };
  37. };
  38. &pcie0clk {
  39. status = "ok";
  40. };
  41. &pcie0 {
  42. status = "ok";
  43. };
  44. &serial0 {
  45. status = "ok";
  46. };
  47. &menet {
  48. status = "ok";
  49. };
  50. &sgenet0 {
  51. status = "ok";
  52. };
  53. &sgenet1 {
  54. status = "ok";
  55. };
  56. &xgenet {
  57. status = "ok";
  58. rxlos-gpios = <&sbgpio 12 1>;
  59. };
  60. &mmc0 {
  61. status = "ok";
  62. };
  63. &mdio {
  64. menet0phy: phy@3 {
  65. reg = <0x3>;
  66. };
  67. sgenet0phy: phy@4 {
  68. reg = <0x4>;
  69. };
  70. sgenet1phy: phy@5 {
  71. reg = <0x5>;
  72. };
  73. };