aspeed-ast2500-evb.dts 313 B

1234567891011121314151617181920212223242526
  1. /dts-v1/;
  2. #include "aspeed-g5.dtsi"
  3. / {
  4. model = "AST2500 EVB";
  5. compatible = "aspeed,ast2500";
  6. aliases {
  7. serial4 = &uart5;
  8. };
  9. chosen {
  10. stdout-path = &uart5;
  11. bootargs = "console=ttyS4,115200 earlyprintk";
  12. };
  13. memory@80000000 {
  14. reg = <0x80000000 0x20000000>;
  15. };
  16. };
  17. &uart5 {
  18. status = "okay";
  19. };