Merge tag 'scsi-postmerge' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb...
[sfrench/cifs-2.6.git] / arch / arm64 / boot / dts / amlogic / meson-axg-s400.dts
1 /*
2  * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
3  *
4  * SPDX-License-Identifier: (GPL-2.0+ OR MIT)
5  */
6
7 /dts-v1/;
8
9 #include "meson-axg.dtsi"
10
11 / {
12         compatible = "amlogic,s400", "amlogic,a113d", "amlogic,meson-axg";
13         model = "Amlogic Meson AXG S400 Development Board";
14
15         aliases {
16                 serial0 = &uart_AO;
17         };
18 };
19
20 &ethmac {
21         status = "okay";
22         phy-mode = "rgmii";
23         pinctrl-0 = <&eth_rgmii_y_pins>;
24         pinctrl-names = "default";
25 };
26
27 &uart_AO {
28         status = "okay";
29 };
30
31 &ir {
32         status = "okay";
33         pinctrl-0 = <&remote_input_ao_pins>;
34         pinctrl-names = "default";
35 };