1b7be1449SNeil Armstrong// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2b7be1449SNeil Armstrong/*
3b7be1449SNeil Armstrong * Copyright (c) 2019 BayLibre SAS. All rights reserved.
4b7be1449SNeil Armstrong */
5b7be1449SNeil Armstrong
6b7be1449SNeil Armstrong/dts-v1/;
7b7be1449SNeil Armstrong
8b7be1449SNeil Armstrong#include "meson-g12a.dtsi"
9b7be1449SNeil Armstrong
10b7be1449SNeil Armstrong/ {
11b7be1449SNeil Armstrong	compatible = "seirobotics,sei510", "amlogic,g12a";
12b7be1449SNeil Armstrong	model = "SEI Robotics SEI510";
13b7be1449SNeil Armstrong
14b7be1449SNeil Armstrong	aliases {
15b7be1449SNeil Armstrong		serial0 = &uart_AO;
16b7be1449SNeil Armstrong	};
17b7be1449SNeil Armstrong
18b7be1449SNeil Armstrong	chosen {
19b7be1449SNeil Armstrong		stdout-path = "serial0:115200n8";
20b7be1449SNeil Armstrong	};
21b7be1449SNeil Armstrong
22b7be1449SNeil Armstrong	memory@0 {
23b7be1449SNeil Armstrong		device_type = "memory";
24b7be1449SNeil Armstrong		reg = <0x0 0x0 0x0 0x40000000>;
25b7be1449SNeil Armstrong	};
26b7be1449SNeil Armstrong
27b7be1449SNeil Armstrong	reserved-memory {
28b7be1449SNeil Armstrong		/* TEE Reserved Memory */
29b7be1449SNeil Armstrong		bl32_reserved: bl32@5000000 {
30b7be1449SNeil Armstrong			reg = <0x0 0x05300000 0x0 0x2000000>;
31b7be1449SNeil Armstrong			no-map;
32b7be1449SNeil Armstrong		};
33b7be1449SNeil Armstrong	};
34b7be1449SNeil Armstrong};
35b7be1449SNeil Armstrong
36b7be1449SNeil Armstrong&uart_AO {
37b7be1449SNeil Armstrong	status = "okay";
3851d215c1SNeil Armstrong	pinctrl-0 = <&uart_ao_a_pins>;
3951d215c1SNeil Armstrong	pinctrl-names = "default";
40b7be1449SNeil Armstrong};
41