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", "qcom,ipq4019"; 9 10 soc { 11 pinctrl@1000000 { 12 serial_1_pins: serial1-state { 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 = "okay"; 23 }; 24 }; 25 };
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.