0001 // SPDX-License-Identifier: GPL-2.0+
0002 // Copyright (c) 2020 Facebook Inc.
0003 /dts-v1/;
0004
0005 #include "ast2400-facebook-netbmc-common.dtsi"
0006
0007 / {
0008 model = "Facebook Galaxy 100 BMC";
0009 compatible = "facebook,galaxy100-bmc", "aspeed,ast2400";
0010
0011 chosen {
0012 stdout-path = &uart5;
0013 bootargs = "console=ttyS0,9600n8 root=/dev/ram rw";
0014 };
0015
0016 ast-adc-hwmon {
0017 compatible = "iio-hwmon";
0018 io-channels = <&adc 3>, <&adc 4>, <&adc 8>, <&adc 9>;
0019 };
0020 };
0021
0022 &wdt2 {
0023 status = "okay";
0024 aspeed,reset-type = "system";
0025 };
0026
0027 &fmc {
0028 flash@1 {
0029 status = "okay";
0030 m25p,fast-read;
0031 label = "spi0.1";
0032
0033 partitions {
0034 compatible = "fixed-partitions";
0035 #address-cells = <1>;
0036 #size-cells = <1>;
0037
0038 flash1@0 {
0039 reg = <0x0 0x2000000>;
0040 label = "flash1";
0041 };
0042 };
0043 };
0044 };
0045
0046
0047 &i2c9 {
0048 status = "okay";
0049 };
0050
0051 &vhub {
0052 status = "okay";
0053 };