mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
[linux/fpc-iii.git] / arch / arm / boot / dts / aspeed-bmc-opp-palmetto.dts
blobe1b523bd5b8b3b90616ccc272120c5ed52593819
1 // SPDX-License-Identifier: GPL-2.0
2 /dts-v1/;
4 #include "aspeed-g4.dtsi"
6 / {
7         model = "Palmetto BMC";
8         compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
10         aliases {
11                 serial4 = &uart5;
12         };
14         chosen {
15                 stdout-path = &uart5;
16                 bootargs = "console=ttyS4,115200 earlyprintk";
17         };
19         memory {
20                 reg = <0x40000000 0x20000000>;
21         };
23         reserved-memory {
24                 #address-cells = <1>;
25                 #size-cells = <1>;
26                 ranges;
28                 vga_memory: framebuffer@5f000000 {
29                         no-map;
30                         reg = <0x5f000000 0x01000000>; /* 16M */
31                 };
32         };
35 &fmc {
36         status = "okay";
37         flash@0 {
38                 status = "okay";
39                 m25p,fast-read;
40                 label = "bmc";
41         };
44 &spi {
45         status = "okay";
46         flash@0 {
47                 status = "okay";
48                 m25p,fast-read;
49                 label = "pnor";
50         };
53 &uart5 {
54         status = "okay";
57 &mac0 {
58         status = "okay";
60         use-ncsi;
62         pinctrl-names = "default";
63         pinctrl-0 = <&pinctrl_rmii1_default>;