xref: /linux/arch/arm/boot/dts/mediatek/mt6582-alcatel-yarisxl.dts (revision 0cac5ce06e524755b3dac1e0a060b05992076d93)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2025 Cristian Cozzolino <cristian_ci@protonmail.com>
4 */
5
6/dts-v1/;
7#include "mt6582.dtsi"
8
9/ {
10	model = "Alcatel One Touch Pop C7 (OT-7041D)";
11	compatible = "alcatel,yarisxl", "mediatek,mt6582";
12
13	aliases {
14		serial0 = &uart0;
15	};
16
17	chosen {
18		#address-cells = <1>;
19		#size-cells = <1>;
20		stdout-path = "serial0:921600n8";
21
22		framebuffer: framebuffer@9fa00000 {
23			compatible = "simple-framebuffer";
24			memory-region = <&framebuffer_reserved>;
25			width = <480>;
26			height = <854>;
27			stride = <(480 * 4)>;
28			format = "r5g6b5";
29		};
30	};
31
32	memory@80000000 {
33		device_type = "memory";
34		reg = <0x80000000 0x20000000>;
35	};
36
37	reserved-memory {
38		#address-cells = <1>;
39		#size-cells = <1>;
40		ranges;
41
42		connsys@9f900000 {
43			reg = <0x9f900000 0x100000>;
44			no-map;
45		};
46
47		modem@9e000000 {
48			reg = <0x9e000000 0x1800000>;
49			no-map;
50		};
51
52		framebuffer_reserved: framebuffer@9fa00000 {
53			reg = <0x9fa00000 0x600000>;
54			no-map;
55		};
56	};
57};
58
59&uart0 {
60	status = "okay";
61};
62