-
Notifications
You must be signed in to change notification settings - Fork 3
boot:dts:aspeed: intial support for SP8 board #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev-a1
Are you sure you want to change the base?
Conversation
Added base dts file for eagle and hornbill Signed-off-by: [email protected] <[email protected]>
@@ -0,0 +1,1097 @@ | |||
// SPDX-License-Identifier: GPL-2.0 | |||
// Copyright (c) 2024 AMD Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 2025
reusable; | ||
}; | ||
|
||
pcc_memory: pccbuffer { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we don't need pcc_memory anymore in 27x0. We can remove this node
#size-cells = <0>; | ||
}; | ||
|
||
P0_conn_012_mgmt: i2c@2 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: spacing needs cleanup
}; /* i2cswitch@71 */ | ||
}; /* P0_conn_012_mgmt: i2c@2 */ | ||
|
||
P0_conn_345_mgmt: i2c@3 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: spacing need cleanup
}; /* i2cswitch@71 */ | ||
}; /* P0_conn_345_mgmt: i2c@3 */ | ||
|
||
fan_pdb: i2c@4 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fan_pdb is on port 5 (i2c@5, and reg = <5>
}; | ||
}; | ||
|
||
P0_pcp: i2c@5 { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
either change it to Port 4, or remove it
Added base dts file for eagle and hornbill