0001 // SPDX-License-Identifier: GPL-2.0+
0002 /*
0003 * Copyright (c) 2014 MundoReader S.L.
0004 * Author: Matthias Brugger <matthias.bgg@gmail.com>
0005 *
0006 */
0007
0008 /dts-v1/;
0009 #include "mt6589.dtsi"
0010
0011 / {
0012 model = "bq Aquaris5";
0013 compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
0014
0015 chosen {
0016 bootargs = "console=ttyS0,921600n8 earlyprintk";
0017 stdout-path = &uart0;
0018 };
0019
0020 memory {
0021 device_type = "memory";
0022 reg = <0x80000000 0x40000000>;
0023 };
0024
0025 };
0026
0027 &uart0 {
0028 status = "okay";
0029 };
0030
0031 &uart3 {
0032 status = "okay";
0033 };