fsm9900-sim.dts 820 B

123456789101112131415161718192021222324252627282930313233
  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/ "fsm9900.dtsi"
  14. / {
  15. model = "Qualcomm FSM9900 Simulator";
  16. compatible = "qcom,fsm9900-sim", "qcom,fsm9900", "qcom-sim";
  17. qcom,msm-id = <188 0 0>;
  18. aliases {
  19. serial0 = &uart0;
  20. };
  21. };
  22. &soc {
  23. uart0: serial@f9960000 {
  24. interrupts = <0 116 0>;
  25. status = "ok";
  26. };
  27. };