Sricharan R | d4aea7d | 2018-05-25 11:41:19 +0530 | [diff] [blame] | 1 | // SPDX-License-Identifier: GPL-2.0 |
| 2 | // Copyright (c) 2018, The Linux Foundation. All rights reserved. |
| 3 | |
| 4 | #include "qcom-ipq4019-ap.dk07.1.dtsi" |
| 5 | |
| 6 | / { |
| 7 | model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C2"; |
| 8 | compatible = "qcom,ipq4019-ap-dk07.1-c2"; |
| 9 | |
| 10 | soc { |
| 11 | pinctrl@1000000 { |
| 12 | serial_1_pins: serial1-pinmux { |
| 13 | pins = "gpio8", "gpio9"; |
| 14 | function = "blsp_uart1"; |
| 15 | bias-disable; |
| 16 | }; |
| 17 | }; |
| 18 | |
| 19 | serial@78b0000 { |
| 20 | pinctrl-0 = <&serial_1_pins>; |
| 21 | pinctrl-names = "default"; |
| 22 | status = "ok"; |
| 23 | }; |
| 24 | }; |
| 25 | }; |