x86/mm/pat: Don't report PAT on CPUs that don't support it
[linux/fpc-iii.git] / arch / arm / boot / dts / aspeed-bmc-opp-romulus.dts
blob7a3b2b50c884fa73a06937caec86515ec4246994
1 /dts-v1/;
3 #include "aspeed-g5.dtsi"
5 / {
6         model = "Romulus BMC";
7         compatible = "ibm,romulus-bmc", "aspeed,ast2500";
9         aliases {
10                 serial4 = &uart5;
11         };
13         chosen {
14                 stdout-path = &uart5;
15                 bootargs = "console=ttyS4,115200 earlyprintk";
16         };
18         memory {
19                 reg = <0x80000000 0x40000000>;
20         };
22         reserved-memory {
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25                 ranges;
27                 vga_memory: framebuffer@bf000000 {
28                         no-map;
29                         reg = <0xbf000000 0x01000000>; /* 16M */
30                 };
31         };
34 &uart5 {
35         status = "okay";
38 &mac0 {
39         status = "okay";
41         use-ncsi;
43         pinctrl-names = "default";
44         pinctrl-0 = <&pinctrl_rmii1_default>;