• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// SPDX-License-Identifier: GPL-2.0
2/dts-v1/;
3
4#include "aspeed-g4.dtsi"
5
6/ {
7	model = "Palmetto BMC";
8	compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
9
10	aliases {
11		serial4 = &uart5;
12	};
13
14	chosen {
15		stdout-path = &uart5;
16		bootargs = "console=ttyS4,115200 earlyprintk";
17	};
18
19	memory {
20		reg = <0x40000000 0x20000000>;
21	};
22
23	reserved-memory {
24		#address-cells = <1>;
25		#size-cells = <1>;
26		ranges;
27
28		vga_memory: framebuffer@5f000000 {
29			no-map;
30			reg = <0x5f000000 0x01000000>; /* 16M */
31		};
32	};
33};
34
35&fmc {
36	status = "okay";
37	flash@0 {
38		status = "okay";
39		m25p,fast-read;
40		label = "bmc";
41	};
42};
43
44&spi {
45	status = "okay";
46	flash@0 {
47		status = "okay";
48		m25p,fast-read;
49		label = "pnor";
50	};
51};
52
53&uart5 {
54	status = "okay";
55};
56
57&mac0 {
58	status = "okay";
59
60	use-ncsi;
61
62	pinctrl-names = "default";
63	pinctrl-0 = <&pinctrl_rmii1_default>;
64};
65