freebsd-skq/sys/gnu/dts/arm/qcom-apq8084-mtp.dts
andrew 327efa1f37 Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We
now uave a full copy of the arm device tree sources to help when adding
support for newer boards.

Sponsored by:	ABT Systems Ltd
2016-02-09 16:42:32 +00:00

23 lines
322 B
Plaintext

#include "qcom-apq8084.dtsi"
#include "qcom-pma8084.dtsi"
/ {
model = "Qualcomm APQ 8084-MTP";
compatible = "qcom,apq8084-mtp", "qcom,apq8084";
aliases {
serial0 = &blsp2_uart2;
usid0 = &pma8084_0;
};
chosen {
stdout-path = "serial0:115200n8";
};
soc {
serial@f995e000 {
status = "okay";
};
};
};