53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
/dts-v1/;
|
|
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 and
|
|
* only version 2 as published by the Free Software Foundation.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*/
|
|
#include "ipq8074.dtsi"
|
|
|
|
/ {
|
|
#address-cells = <0x2>;
|
|
#size-cells = <0x2>;
|
|
model = "Qualcomm Technologies, Inc. IPQ8074-HK01";
|
|
compatible = "qcom,ipq8074-hk01", "qcom,ipq8074";
|
|
interrupt-parent = <&intc>;
|
|
|
|
aliases {
|
|
serial0 = &blsp1_uart5;
|
|
};
|
|
|
|
chosen {
|
|
stdout-path = "serial0";
|
|
};
|
|
|
|
memory {
|
|
device_type = "memory";
|
|
reg = <0x0 0x40000000 0x0 0x20000000>;
|
|
};
|
|
|
|
soc {
|
|
pinctrl@1000000 {
|
|
serial_4_pins: serial4_pinmux {
|
|
mux {
|
|
pins = "gpio23", "gpio24";
|
|
function = "blsp4_uart1";
|
|
bias-disable;
|
|
};
|
|
};
|
|
};
|
|
|
|
serial@78b3000 {
|
|
pinctrl-0 = <&serial_4_pins>;
|
|
pinctrl-names = "default";
|
|
status = "ok";
|
|
};
|
|
};
|
|
};
|