2018-04-11 15:53:55 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2014-05-11 07:16:13 +07:00
|
|
|
/*
|
|
|
|
* Copyright (c) 2014 MundoReader S.L.
|
|
|
|
* Author: Matthias Brugger <matthias.bgg@gmail.com>
|
|
|
|
*
|
|
|
|
*/
|
|
|
|
|
|
|
|
/dts-v1/;
|
|
|
|
#include "mt6589.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "bq Aquaris5";
|
2014-08-18 21:58:00 +07:00
|
|
|
compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
|
2014-05-11 07:16:13 +07:00
|
|
|
|
2014-08-18 21:58:00 +07:00
|
|
|
chosen {
|
2015-08-01 17:03:00 +07:00
|
|
|
bootargs = "console=ttyS0,921600n8 earlyprintk";
|
|
|
|
stdout-path = &uart0;
|
2014-08-18 21:58:00 +07:00
|
|
|
};
|
|
|
|
|
2014-05-11 07:16:13 +07:00
|
|
|
memory {
|
2019-01-09 23:26:14 +07:00
|
|
|
device_type = "memory";
|
2014-05-11 07:16:13 +07:00
|
|
|
reg = <0x80000000 0x40000000>;
|
|
|
|
};
|
2015-08-01 17:03:00 +07:00
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart0 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&uart3 {
|
|
|
|
status = "okay";
|
2014-05-11 07:16:13 +07:00
|
|
|
};
|