Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Added support for SE301 carrier with SOM1-SOC mezzanine from SundanceDSP #3

Open
wants to merge 2 commits into
base: mpfs-uboot-2023.07-next
Choose a base branch
from

Conversation

Mans-sdsp
Copy link

Add support for SE301 carrier with SOM1-SOC mezzanine from SundanceDSP

@jamiegibbons
Copy link

Hi @Mans-sdsp, could you please add a MAINTAINERS file to your board/sundancedsp/som1soc/ directory please?

@ConchuOD
Copy link
Member

There's 2 commits in this PR, one being a merge. Can you rebase out that merge please?


/ {
model = "SundanceDSP SE301 REV0P0 VER1 SOM1SOC";
compatible = "microchip,mpfs";
Copy link
Member

Choose a reason for hiding this comment

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

Can you please add a device-specific compatible here for the som1? Pretty sure you can look at the polarberry and do what was done there here (but obv. with "som1" instead of "polarberry!).

ti,fifo-depth = <0x01>;
};

// phy5: ethernet-phy@5 {
Copy link
Member

Choose a reason for hiding this comment

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

Can you please remove commented "code" if the hardware doesn't exist or use status = "disabled" if it is present but you don't want to have it enabled

board_name=som1soc
vendor=sundancedsp
baudrate=115200
soc=polarfire
Copy link
Member

Choose a reason for hiding this comment

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

should soc here not be mpfs to match the naming elsewhere?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants