rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlink
[linux/fpc-iii.git] / arch / arm / boot / dts / aspeed-bmc-opp-palmetto.dts
blob112551766275c38cfc5831e48d88a5369a05d42b
1 /dts-v1/;
3 #include "aspeed-g4.dtsi"
5 / {
6         model = "Palmetto BMC";
7         compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
9         aliases {
10                 serial4 = &uart5;
11         };
13         chosen {
14                 stdout-path = &uart5;
15                 bootargs = "console=ttyS4,115200 earlyprintk";
16         };
18         memory {
19                 reg = <0x40000000 0x20000000>;
20         };
22         reserved-memory {
23                 #address-cells = <1>;
24                 #size-cells = <1>;
25                 ranges;
27                 vga_memory: framebuffer@5f000000 {
28                         no-map;
29                         reg = <0x5f000000 0x01000000>; /* 16M */
30                 };
31         };
34 &fmc {
35         status = "okay";
36         flash@0 {
37                 status = "okay";
38                 m25p,fast-read;
39                 label = "bmc";
40         };
43 &spi {
44         status = "okay";
45         flash@0 {
46                 status = "okay";
47                 m25p,fast-read;
48                 label = "pnor";
49         };
52 &uart5 {
53         status = "okay";
56 &mac0 {
57         status = "okay";
59         use-ncsi;
61         pinctrl-names = "default";
62         pinctrl-0 = <&pinctrl_rmii1_default>;