xref: /freebsd-src/sys/contrib/device-tree/src/arm/qcom/qcom-ipq4019-ap.dk07.1-c2.dts (revision b2d2a78ad80ec68d4a17f5aef97d21686cb1e29b)
1f126890aSEmmanuel Vadot// SPDX-License-Identifier: GPL-2.0
2f126890aSEmmanuel Vadot// Copyright (c) 2018, The Linux Foundation. All rights reserved.
3f126890aSEmmanuel Vadot
4f126890aSEmmanuel Vadot#include "qcom-ipq4019-ap.dk07.1.dtsi"
5f126890aSEmmanuel Vadot
6f126890aSEmmanuel Vadot/ {
7f126890aSEmmanuel Vadot	model = "Qualcomm Technologies, Inc. IPQ4019/AP-DK07.1-C2";
8f126890aSEmmanuel Vadot	compatible = "qcom,ipq4019-ap-dk07.1-c2", "qcom,ipq4019";
9f126890aSEmmanuel Vadot
10f126890aSEmmanuel Vadot	soc {
11f126890aSEmmanuel Vadot		pinctrl@1000000 {
12*b2d2a78aSEmmanuel Vadot			serial_1_pins: serial1-state {
13f126890aSEmmanuel Vadot				pins = "gpio8", "gpio9";
14f126890aSEmmanuel Vadot				function = "blsp_uart1";
15f126890aSEmmanuel Vadot				bias-disable;
16f126890aSEmmanuel Vadot			};
17f126890aSEmmanuel Vadot		};
18f126890aSEmmanuel Vadot
19f126890aSEmmanuel Vadot		serial@78b0000 {
20f126890aSEmmanuel Vadot			pinctrl-0 = <&serial_1_pins>;
21f126890aSEmmanuel Vadot			pinctrl-names = "default";
22f126890aSEmmanuel Vadot			status = "okay";
23f126890aSEmmanuel Vadot		};
24f126890aSEmmanuel Vadot	};
25f126890aSEmmanuel Vadot};
26