mpq8092-ion.dtsi 713 B

1234567891011121314151617181920212223242526
  1. /* Copyright (c) 2012-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. &soc {
  13. qcom,ion {
  14. compatible = "qcom,msm-ion";
  15. #address-cells = <1>;
  16. #size-cells = <0>;
  17. qcom,ion-heap@25 {
  18. reg = <25>;
  19. qcom,ion-heap-type = "SYSTEM";
  20. };
  21. };
  22. };