ARM: dts: sun5i: Add backlight GPIO for reference design tablet
[linux-2.6-block.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
MB
20 memory {
21 reg = <0x80000000 0x40000000>;
22 };
3aa2e281
MB
23
24};
25
26&uart0 {
27 status = "okay";
28};
29
30&uart3 {
31 status = "okay";
afaedea4 32};