/dts-v1/; #include "aspeed-g4.dtsi" / { model = "Palmetto BMC"; compatible = "tyan,palmetto-bmc", "aspeed,ast2400"; aliases { serial4 = &uart5; }; chosen { stdout-path = &uart5; bootargs = "console=ttyS4,38400 earlyprintk"; }; memory { reg = <0x40000000 0x10000000>; }; reserved-memory { #address-cells = <1>; #size-cells = <1>; ranges; vga_memory: framebuffer@5f000000 { no-map; reg = <0x5f000000 0x01000000>; /* 16M */ }; }; }; &uart5 { status = "okay"; };