msm8994-huawei-angler-rev-101.dts 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /* Copyright (c) 2015, Huawei Inc. All rights reserved.
  3. * Copyright (c) 2016, The Linux Foundation. All rights reserved.
  4. * Copyright (c) 2021-2023, Petr Vorel <[email protected]>
  5. */
  6. /dts-v1/;
  7. #include "msm8994.dtsi"
  8. / {
  9. model = "Huawei Nexus 6P";
  10. compatible = "huawei,angler", "qcom,msm8994";
  11. chassis-type = "handset";
  12. /* required for bootloader to select correct board */
  13. qcom,msm-id = <207 0x20000>;
  14. qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
  15. qcom,board-id = <8026 0>;
  16. aliases {
  17. serial0 = &blsp1_uart2;
  18. };
  19. chosen {
  20. stdout-path = "serial0:115200n8";
  21. };
  22. reserved-memory {
  23. #address-cells = <2>;
  24. #size-cells = <2>;
  25. ranges;
  26. cont_splash_mem: memory@3401000 {
  27. reg = <0 0x03401000 0 0x1000000>;
  28. no-map;
  29. };
  30. tzapp_mem: tzapp@4800000 {
  31. reg = <0 0x04800000 0 0x1900000>;
  32. no-map;
  33. };
  34. reserved@6300000 {
  35. reg = <0 0x06300000 0 0x700000>;
  36. no-map;
  37. };
  38. };
  39. };
  40. &blsp1_uart2 {
  41. status = "okay";
  42. pinctrl-names = "default", "sleep";
  43. pinctrl-0 = <&blsp1_uart2_default>;
  44. pinctrl-1 = <&blsp1_uart2_sleep>;
  45. };
  46. &tlmm {
  47. gpio-reserved-ranges = <85 4>;
  48. };
  49. &sdhc1 {
  50. status = "okay";
  51. mmc-hs400-1_8v;
  52. };