1234567891011121314151617181920212223242526272829 |
- // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
- /*
- * Copyright (c) 2018 Amlogic, Inc. All rights reserved.
- */
- /dts-v1/;
- #include "meson-g12a.dtsi"
- / {
- compatible = "amlogic,u200", "amlogic,g12a";
- model = "Amlogic Meson G12A U200 Development Board";
- aliases {
- serial0 = &uart_AO;
- };
- chosen {
- stdout-path = "serial0:115200n8";
- };
- memory@0 {
- device_type = "memory";
- reg = <0x0 0x0 0x0 0x40000000>;
- };
- };
- &uart_AO {
- status = "okay";
- };
|