aspeed-bmc-facebook-galaxy100.dts 811 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // SPDX-License-Identifier: GPL-2.0+
  2. // Copyright (c) 2020 Facebook Inc.
  3. /dts-v1/;
  4. #include "ast2400-facebook-netbmc-common.dtsi"
  5. / {
  6. model = "Facebook Galaxy 100 BMC";
  7. compatible = "facebook,galaxy100-bmc", "aspeed,ast2400";
  8. chosen {
  9. stdout-path = &uart5;
  10. bootargs = "console=ttyS0,9600n8 root=/dev/ram rw";
  11. };
  12. ast-adc-hwmon {
  13. compatible = "iio-hwmon";
  14. io-channels = <&adc 3>, <&adc 4>, <&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. &i2c9 {
  38. status = "okay";
  39. };
  40. &vhub {
  41. status = "okay";
  42. };