Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / arch / arm / boot / dts / aspeed-bmc-facebook-wedge100.dts
1 // SPDX-License-Identifier: GPL-2.0+
2 // Copyright (c) 2018 Facebook Inc.
3 /dts-v1/;
4
5 #include "ast2400-facebook-netbmc-common.dtsi"
6
7 / {
8         model = "Facebook Wedge 100 BMC";
9         compatible = "facebook,wedge100-bmc", "aspeed,ast2400";
10
11         chosen {
12                 stdout-path = &uart3;
13                 bootargs = "console=ttyS2,9600n8 root=/dev/ram rw";
14         };
15 };
16
17 &wdt2 {
18         status = "okay";
19         aspeed,reset-type = "system";
20 };
21
22 &fmc {
23         flash@1 {
24                 status = "okay";
25                 m25p,fast-read;
26                 label = "spi0.1";
27
28                 partitions {
29                         compatible = "fixed-partitions";
30                         #address-cells = <1>;
31                         #size-cells = <1>;
32
33                         flash1@0 {
34                                 reg = <0x0 0x2000000>;
35                                 label = "flash1";
36                         };
37                 };
38         };
39 };
40
41 &i2c7 {
42         i2c-switch@70 {
43                 compatible = "nxp,pca9548";
44                 #address-cells = <1>;
45                 #size-cells = <0>;
46                 reg = <0x70>;
47                 i2c-mux-idle-disconnect;
48         };
49 };
50
51 &i2c9 {
52         status = "okay";
53 };
54
55
56 &vhub {
57         status = "okay";
58 };