Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OpenBMC Firmware
talos-obmc-linux
Commits
efdfeab0
Commit
efdfeab0
authored
6 years ago
by
Raptor Engineering Development Team
Browse files
Options
Download
Email Patches
Plain Diff
Add CPU SEEPROMs to Talos device tree
Enable I2C bus 0 (CPU 0 SEEPROMs) in Talos device tree
parent
7158cf1d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
52 additions
and
2 deletions
+52
-2
arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
+52
-2
No files found.
arch/arm/boot/dts/aspeed-bmc-opp-talos.dts
View file @
efdfeab0
...
...
@@ -154,13 +154,63 @@
};
&
i2c0
{
status
=
"disabled"
;
/*
CPU0
*/
status
=
"okay"
;
/*
SEEPROM
bank
0
*/
eeprom
@
54
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x54
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
1
*/
eeprom
@
55
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x55
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
2
*/
eeprom
@
56
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x56
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
3
*/
eeprom
@
57
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x57
>;
pagesize
=
<
64
>;
};
};
&
i2c1
{
/*
CPU1
*/
status
=
"okay"
;
/*
CPU1
*/
/*
SEEPROM
bank
0
*/
eeprom
@
54
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x54
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
1
*/
eeprom
@
55
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x55
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
2
*/
eeprom
@
56
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x56
>;
pagesize
=
<
64
>;
};
/*
SEEPROM
bank
3
*/
eeprom
@
57
{
compatible
=
"atmel,24c256"
;
reg
=
<
0x57
>;
pagesize
=
<
64
>;
};
};
&
i2c2
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment