]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - arch/arm/boot/dts/mt6589-aquaris5.dts
Merge tag 'xtensa-20190715' of git://github.com/jcmvbkbc/linux-xtensa
[mirror_ubuntu-eoan-kernel.git] / arch / arm / boot / dts / mt6589-aquaris5.dts
CommitLineData
1cf30709 1// SPDX-License-Identifier: GPL-2.0+
afaedea4
MB
2/*
3 * Copyright (c) 2014 MundoReader S.L.
4 * Author: Matthias Brugger <matthias.bgg@gmail.com>
5 *
afaedea4
MB
6 */
7
8/dts-v1/;
9#include "mt6589.dtsi"
10
11/ {
12 model = "bq Aquaris5";
6e9cb263 13 compatible = "mundoreader,bq-aquaris5", "mediatek,mt6589";
afaedea4 14
d82df114 15 chosen {
3aa2e281
MB
16 bootargs = "console=ttyS0,921600n8 earlyprintk";
17 stdout-path = &uart0;
d82df114
MB
18 };
19
afaedea4 20 memory {
abe60a3a 21 device_type = "memory";
afaedea4
MB
22 reg = <0x80000000 0x40000000>;
23 };
3aa2e281
MB
24
25};
26
27&uart0 {
28 status = "okay";
29};
30
31&uart3 {
32 status = "okay";
afaedea4 33};