msmkrypton-sim.dts 911 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* Copyright (c) 2013, The Linux Foundation. All rights reserved.
  2. *
  3. * This program is free software; you can redistribute it and/or modify
  4. * it under the terms of the GNU General Public License version 2 and
  5. * only version 2 as published by the Free Software Foundation.
  6. *
  7. * This program is distributed in the hope that it will be useful,
  8. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  9. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  10. * GNU General Public License for more details.
  11. */
  12. /dts-v1/;
  13. /include/ "msmkrypton.dtsi"
  14. / {
  15. model = "Qualcomm MSM KRYPTON SIM";
  16. compatible = "qcom,msmkrypton-sim", "qcom,msmkrypton", "qcom,sim";
  17. qcom,msm-id = <187 16 0>;
  18. };
  19. &uartdm3{
  20. status = "ok";
  21. };
  22. &spi_6 {
  23. ethernet-switch@0 {
  24. compatible = "simtec,ks8851";
  25. reg = <0>;
  26. interrupt-parent = <&msmgpio>;
  27. spi-max-frequency = <19200000>;
  28. interrupts = <75 0>;
  29. };
  30. };