aspeed-bmc-facebook-wedge100.dts 970 B

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