0001 // SPDX-License-Identifier: GPL-2.0+
0002 // Copyright (c) 2018 Facebook Inc.
0003 /dts-v1/;
0004
0005 #include "ast2400-facebook-netbmc-common.dtsi"
0006
0007 / {
0008 model = "Facebook Wedge 100 BMC";
0009 compatible = "facebook,wedge100-bmc", "aspeed,ast2400";
0010
0011 chosen {
0012 stdout-path = &uart3;
0013 bootargs = "console=ttyS2,9600n8 root=/dev/ram rw";
0014 };
0015
0016 ast-adc-hwmon {
0017 compatible = "iio-hwmon";
0018 io-channels = <&adc 5>, <&adc 6>, <&adc 7>, <&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 &i2c7 {
0047 i2c-switch@70 {
0048 compatible = "nxp,pca9548";
0049 #address-cells = <1>;
0050 #size-cells = <0>;
0051 reg = <0x70>;
0052 i2c-mux-idle-disconnect;
0053 };
0054 };
0055
0056 &i2c9 {
0057 status = "okay";
0058 };
0059
0060
0061 &vhub {
0062 status = "okay";
0063 };