2017-12-11 11:25:28 +07:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
2016-03-16 18:33:37 +07:00
|
|
|
/dts-v1/;
|
|
|
|
|
|
|
|
#include "aspeed-g4.dtsi"
|
|
|
|
|
|
|
|
/ {
|
|
|
|
model = "Palmetto BMC";
|
|
|
|
compatible = "tyan,palmetto-bmc", "aspeed,ast2400";
|
|
|
|
|
|
|
|
chosen {
|
|
|
|
stdout-path = &uart5;
|
2016-12-13 10:39:38 +07:00
|
|
|
bootargs = "console=ttyS4,115200 earlyprintk";
|
2016-03-16 18:33:37 +07:00
|
|
|
};
|
|
|
|
|
2017-12-11 09:15:07 +07:00
|
|
|
memory@40000000 {
|
2016-12-13 10:39:38 +07:00
|
|
|
reg = <0x40000000 0x20000000>;
|
2016-03-16 18:33:37 +07:00
|
|
|
};
|
2016-12-13 11:14:15 +07:00
|
|
|
|
|
|
|
reserved-memory {
|
|
|
|
#address-cells = <1>;
|
|
|
|
#size-cells = <1>;
|
|
|
|
ranges;
|
|
|
|
|
|
|
|
vga_memory: framebuffer@5f000000 {
|
|
|
|
no-map;
|
|
|
|
reg = <0x5f000000 0x01000000>; /* 16M */
|
|
|
|
};
|
|
|
|
};
|
2016-03-16 18:33:37 +07:00
|
|
|
};
|
|
|
|
|
2017-03-01 21:26:42 +07:00
|
|
|
&fmc {
|
|
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
|
|
status = "okay";
|
2017-04-07 00:02:33 +07:00
|
|
|
m25p,fast-read;
|
2017-03-01 21:26:42 +07:00
|
|
|
label = "bmc";
|
2017-12-11 09:15:07 +07:00
|
|
|
#include "openbmc-flash-layout.dtsi"
|
2017-03-01 21:26:42 +07:00
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&spi {
|
|
|
|
status = "okay";
|
|
|
|
flash@0 {
|
|
|
|
status = "okay";
|
2017-04-07 00:02:33 +07:00
|
|
|
m25p,fast-read;
|
2017-03-01 21:26:42 +07:00
|
|
|
label = "pnor";
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
2016-03-16 18:33:37 +07:00
|
|
|
&uart5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2017-01-04 12:30:34 +07:00
|
|
|
|
|
|
|
&mac0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
use-ncsi;
|
|
|
|
|
|
|
|
pinctrl-names = "default";
|
|
|
|
pinctrl-0 = <&pinctrl_rmii1_default>;
|
|
|
|
};
|
2017-10-04 13:49:13 +07:00
|
|
|
|
|
|
|
&i2c0 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
eeprom@50 {
|
|
|
|
compatible = "atmel,24c256";
|
|
|
|
reg = <0x50>;
|
|
|
|
pagesize = <64>;
|
|
|
|
};
|
|
|
|
|
|
|
|
rtc@68 {
|
|
|
|
compatible = "dallas,ds3231";
|
|
|
|
reg = <0x68>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c1 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c2 {
|
|
|
|
status = "okay";
|
|
|
|
|
|
|
|
tmp423@4c {
|
|
|
|
compatible = "ti,tmp423";
|
|
|
|
reg = <0x4c>;
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c3 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c4 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c5 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c6 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&i2c7 {
|
|
|
|
status = "okay";
|
|
|
|
};
|
2017-10-05 12:32:17 +07:00
|
|
|
|
|
|
|
&vuart {
|
|
|
|
status = "okay";
|
|
|
|
};
|