apq8074-v2.2.dtsi 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. /*
  13. * As a general rule, only version-specific property overrides should be placed
  14. * inside this file. However, device definitions should be placed inside the
  15. * msm8974.dtsi file.
  16. */
  17. /include/ "msm8974-v2.2.dtsi"
  18. /include/ "apq8074-v2.2-ion.dtsi"
  19. &soc {
  20. qcom,qseecom@a700000 {
  21. compatible = "qcom,qseecom";
  22. reg = <0x0a700000 0x500000>;
  23. reg-names = "secapp-region";
  24. qcom,disk-encrypt-pipe-pair = <2>;
  25. qcom,hlos-ce-hw-instance = <1>;
  26. qcom,qsee-ce-hw-instance = <0>;
  27. qcom,msm-bus,name = "qseecom-noc";
  28. qcom,msm-bus,num-cases = <4>;
  29. qcom,msm-bus,active-only = <0>;
  30. qcom,msm-bus,num-paths = <1>;
  31. qcom,support-fde;
  32. qcom,support-bus-scaling;
  33. qcom,msm-bus,vectors-KBps =
  34. <55 512 0 0>,
  35. <55 512 0 0>,
  36. <55 512 120000 1200000>,
  37. <55 512 393600 3936000>;
  38. };
  39. sound {
  40. compatible = "qcom,apq8074-audio-taiko";
  41. };
  42. };
  43. &memory_hole {
  44. qcom,memblock-remove = <0x0a700000 0x5800000>; /* Address and size of the hole */
  45. };
  46. &qseecom {
  47. status = "disabled";
  48. };
  49. &sdcc3 {
  50. qcom,sup-voltages = <2000 2000>;
  51. status = "ok";
  52. };