msm8992-bullhead-rev-101.dts 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /* Copyright (c) 2015, LGE Inc. All rights reserved.
  2. * Copyright (c) 2016, The Linux Foundation. All rights reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License version 2 and
  6. * only version 2 as published by the Free Software Foundation.
  7. *
  8. * This program is distributed in the hope that it will be useful,
  9. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. * GNU General Public License for more details.
  12. */
  13. /dts-v1/;
  14. #include "msm8992.dtsi"
  15. / {
  16. model = "LG Nexus 5X";
  17. compatible = "lg,bullhead", "qcom,msm8992";
  18. /* required for bootloader to select correct board */
  19. qcom,board-id = <0xb64 0>;
  20. qcom,pmic-id = <0x10009 0x1000A 0x0 0x0>;
  21. aliases {
  22. serial0 = &blsp1_uart2;
  23. };
  24. chosen {
  25. stdout-path = "serial0:115200n8";
  26. };
  27. soc {
  28. serial@f991e000 {
  29. status = "okay";
  30. pinctrl-names = "default", "sleep";
  31. pinctrl-0 = <&blsp1_uart2_default>;
  32. pinctrl-1 = <&blsp1_uart2_sleep>;
  33. };
  34. };
  35. reserved-memory {
  36. #address-cells = <2>;
  37. #size-cells = <2>;
  38. ranges;
  39. ramoops@1ff00000 {
  40. compatible = "ramoops";
  41. reg = <0x0 0x1ff00000 0x0 0x40000>;
  42. console-size = <0x10000>;
  43. record-size = <0x10000>;
  44. ftrace-size = <0x10000>;
  45. pmsg-size = <0x20000>;
  46. };
  47. };
  48. };
  49. #include "msm8994-smd-rpm.dtsi"