qcom-msm8226-samsung-s3ve3g.dts 365 B

1234567891011121314151617181920212223
  1. // SPDX-License-Identifier: BSD-3-Clause
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. */
  5. #include "qcom-msm8226.dtsi"
  6. / {
  7. model = "Samsung Galaxy S III Neo";
  8. compatible = "samsung,s3ve3g", "qcom,msm8226";
  9. aliases {
  10. serial0 = &blsp1_uart3;
  11. };
  12. chosen {
  13. stdout-path = "serial0:115200n8";
  14. };
  15. };
  16. &blsp1_uart3 {
  17. status = "ok";
  18. };