Skip to content

arm64:dts: Add unknown device tree - #297

Open
modolaty wants to merge 1 commit into
dev_6.18.20from
v100A_unknown
Open

arm64:dts: Add unknown device tree#297
modolaty wants to merge 1 commit into
dev_6.18.20from
v100A_unknown

Conversation

@modolaty

@modolaty modolaty commented Aug 8, 2026

Copy link
Copy Markdown
Collaborator

Add unknown device tree for unsupported Board IDs
No LTPI GPIOs
plain i2c buses for discovery, no devices under i2c buses
the only devices are HPM and BMC FRUs

tested:

  • in Kenya by removing Kenya Board ID

Add unknown device tree for unsupported Board IDs
No LTPI GPIOs
plain i2c bus for discovery, no devices under i2c bus
the only devices are HPM and BMC FRUs

tesetd:
- in Kenya by removing Kenya Board ID

Signed-off-by: modolaty <mohsen.dolaty@amd.com>

/ {
model = "AMD SP7";
compatible = "amd,congo-bmc", "aspeed,ast2700";

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we rename this dts to "recovery or unknown" instead of congo-bmc?

line-name = "SEL_P0_SEC_I2C_ROT_BMC";
};

espi_default {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this espi_default node, this functionality was moved to platform-init.

mmc-hs200-1_8v;
};

&emmc {

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please add recent emmc pin drive strength changes.


&emmc {
status = "okay";
bus-width = <4>;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bus width can be increased 8 with drive strength changes

#size-cells = <2>;
ranges;

#include "ast2700-reserved-mem.dtsi"

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: indentation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants