]> git.ipfire.org Git - thirdparty/u-boot.git/blob - src/arm64/amlogic/meson-s4-s805x2-aq222.dts
Squashed 'dts/upstream/' content from commit aaba2d45dc2a
[thirdparty/u-boot.git] / src / arm64 / amlogic / meson-s4-s805x2-aq222.dts
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2 /*
3 * Copyright (c) 2021 Amlogic, Inc. All rights reserved.
4 */
5
6 /dts-v1/;
7
8 #include "meson-s4.dtsi"
9
10 / {
11 model = "Amlogic Meson S4 AQ222 Development Board";
12 compatible = "amlogic,aq222", "amlogic,s4";
13 interrupt-parent = <&gic>;
14 #address-cells = <2>;
15 #size-cells = <2>;
16
17 aliases {
18 serial0 = &uart_B;
19 };
20
21 memory@0 {
22 device_type = "memory";
23 reg = <0x0 0x0 0x0 0x40000000>;
24 };
25
26 };
27
28 &uart_B {
29 status = "okay";
30 };
31
32 &ir {
33 status = "okay";
34 pinctrl-0 = <&remote_pins>;
35 pinctrl-names = "default";
36 };