Skip to content

Commit dd4de7b

Browse files
samples: ast1030: Update evb overlay
Remove the smbus filter and sw mailbox enable. Change the ipbm device address from 0x50 into 0x60. Remove sw mailbox target nodes. Signed-off-by: Tommy Huang <tommy_huang@aspeedtech.com> Change-Id: I2109ebd06970905ab911aa4e621d8cc5df4255c5
1 parent 5f50f3b commit dd4de7b

1 file changed

Lines changed: 13 additions & 35 deletions

File tree

samples/boards/ast1030_evb/demo/boards/ast1030_evb.overlay

Lines changed: 13 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@
6060
spi-max-frequency = <50000000>;
6161
};
6262

63-
&i2cfilter {
64-
status = "okay";
65-
};
66-
67-
&mbxctrl {
68-
status = "okay";
69-
};
70-
7163
&i2c0 {
7264
status = "okay";
7365

@@ -77,17 +69,10 @@
7769
size = <256>;
7870
};
7971

80-
ipmb0: ipmb@50 {
72+
ipmb0: ipmb@60 {
8173
compatible = "aspeed,ipmb";
82-
reg = <0x50>;
83-
size = <5>;
84-
};
85-
86-
swmbx0: swmbx@60 {
87-
compatible = "aspeed,swmbx-dev";
8874
reg = <0x60>;
89-
size = <256>;
90-
port = <0>;
75+
size = <5>;
9176
};
9277
};
9378

@@ -100,17 +85,10 @@
10085
size = <256>;
10186
};
10287

103-
ipmb1: ipmb@51 {
88+
ipmb1: ipmb@61 {
10489
compatible = "aspeed,ipmb";
105-
reg = <0x51>;
106-
size = <5>;
107-
};
108-
109-
swmbx1: swmbx@61 {
110-
compatible = "aspeed,swmbx-dev";
11190
reg = <0x61>;
112-
size = <256>;
113-
port = <0>;
91+
size = <5>;
11492
};
11593
};
11694

@@ -123,9 +101,9 @@
123101
size = <256>;
124102
};
125103

126-
ipmb2: ipmb@52 {
104+
ipmb2: ipmb@62 {
127105
compatible = "aspeed,ipmb";
128-
reg = <0x52>;
106+
reg = <0x62>;
129107
size = <5>;
130108
};
131109
};
@@ -139,9 +117,9 @@
139117
size = <256>;
140118
};
141119

142-
ipmb3: ipmb@53 {
120+
ipmb3: ipmb@63 {
143121
compatible = "aspeed,ipmb";
144-
reg = <0x53>;
122+
reg = <0x63>;
145123
size = <5>;
146124
};
147125
};
@@ -155,9 +133,9 @@
155133
size = <256>;
156134
};
157135

158-
ipmb4: ipmb@54 {
136+
ipmb4: ipmb@64 {
159137
compatible = "aspeed,ipmb";
160-
reg = <0x54>;
138+
reg = <0x64>;
161139
size = <5>;
162140
};
163141
};
@@ -171,9 +149,9 @@
171149
size = <256>;
172150
};
173151

174-
ipmb5: ipmb@55 {
152+
ipmb5: ipmb@65 {
175153
compatible = "aspeed,ipmb";
176-
reg = <0x55>;
154+
reg = <0x65>;
177155
size = <5>;
178156
};
179157
};
@@ -407,4 +385,4 @@
407385
min-rpm = <1000>;
408386
tach-div = <5>;
409387
};
410-
};
388+
};

0 commit comments

Comments
 (0)