Skip to content
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

boards: add support for the OSD32MP1-BRK #82332

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

fkokosinski
Copy link
Member

@fkokosinski fkokosinski commented Nov 29, 2024

This PR:

  • adds support for a new SoC in Zephyr - OSD32MP15x
  • adds a new target that is based on the OSD32MP15x SiP - OSD32MP1-BRK

@fkokosinski
Copy link
Member Author

Hi @MaureenHelm, @stephanosio - could you take a loot at this PR, since the bot assigned it to you? Thanks!

@nordicjm nordicjm assigned tejlmand and unassigned MaureenHelm Dec 9, 2024
@nordicjm
Copy link
Collaborator

nordicjm commented Dec 9, 2024

Reassigning to Torsten, still awaiting his feedback on abuse/misuse of soc field to specify something that is not a soc from the previous PR.

Supported Features
==================

The Zephyr ``osd32mp1_brk`` board configuration supports the following hardware features:
Copy link
Collaborator

Choose a reason for hiding this comment

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

-configuration

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

led0 = &green_led_2;
sw0 = &user_button;
};

Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change

Copy link
Member Author

Choose a reason for hiding this comment

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

Done

status = "okay";
};


Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change

Copy link
Member Author

Choose a reason for hiding this comment

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

Removed double newline

# Enable HW stack protection
CONFIG_HW_STACK_PROTECTION=y

# enable uart driver
Copy link
Collaborator

Choose a reason for hiding this comment

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

Reformat file in english for comments, first letter capitalisations, UART not uart, etc.

Copy link
Member Author

Choose a reason for hiding this comment

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

Formatting should be better now, thanks for spotting this

Add support for the Octavo's OSD32MP1-BRK platform. The board uses
Octavo's OSD32MP15x SiP which integrates STM32MP157F MCU and
its SoC configuration.

Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit adds the `Octavo Systems Platforms` area of maintenance.

Signed-off-by: Jakub Wasilewski <jwasilewski@internships.antmicro.com>
Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
@fkokosinski
Copy link
Member Author

Hey @tejlmand, could you take a look at this PR? Thanks!

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

Successfully merging this pull request may close these issues.

6 participants