Joel Stanley | 8f9bafb | 2017-01-04 17:01:28 +1100 | [diff] [blame] | 1 | /dts-v1/; |
| 2 | |
| 3 | #include "aspeed-g5.dtsi" |
| 4 | |
| 5 | / { |
| 6 | model = "Romulus BMC"; |
| 7 | compatible = "ibm,romulus-bmc", "aspeed,ast2500"; |
| 8 | |
| 9 | aliases { |
| 10 | serial4 = &uart5; |
| 11 | }; |
| 12 | |
| 13 | chosen { |
| 14 | stdout-path = &uart5; |
| 15 | bootargs = "console=ttyS4,115200 earlyprintk"; |
| 16 | }; |
| 17 | |
| 18 | memory { |
| 19 | reg = <0x80000000 0x40000000>; |
| 20 | }; |
| 21 | |
| 22 | reserved-memory { |
| 23 | #address-cells = <1>; |
| 24 | #size-cells = <1>; |
| 25 | ranges; |
| 26 | |
| 27 | vga_memory: framebuffer@bf000000 { |
| 28 | no-map; |
| 29 | reg = <0xbf000000 0x01000000>; /* 16M */ |
| 30 | }; |
| 31 | }; |
| 32 | }; |
| 33 | |
| 34 | &uart5 { |
| 35 | status = "okay"; |
| 36 | }; |
| 37 | |
| 38 | &mac0 { |
| 39 | status = "okay"; |
| 40 | |
| 41 | use-ncsi; |
| 42 | |
| 43 | pinctrl-names = "default"; |
| 44 | pinctrl-0 = <&pinctrl_rmii1_default>; |
| 45 | }; |