Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
34e96980
Commit
34e96980
authored
1 year ago
by
Nicola Sparnacci
Browse files
Options
Downloads
Patches
Plain Diff
[C57][DTS][
C57-63
] Add EEPROM support
parent
f4e8e2d8
No related branches found
No related tags found
1 merge request
!150
[iMX8QXP][C57] Add support to iMX8QXP SoC and SECO C57 board
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
arch/arm64/boot/dts/seco/seco-imx8qxp-c57.dts
+12
-6
12 additions, 6 deletions
arch/arm64/boot/dts/seco/seco-imx8qxp-c57.dts
with
12 additions
and
6 deletions
arch/arm64/boot/dts/seco/seco-imx8qxp-c57.dts
+
12
−
6
View file @
34e96980
...
...
@@ -330,12 +330,12 @@
>;
};
pinctrl_cm40_lpuart: cm40_lpuartgrp {
fsl,pins = <
IMX8QXP_ADC_IN2_M40_UART0_RX 0x06000020
IMX8QXP_ADC_IN3_M40_UART0_TX 0x06000020
>;
};
pinctrl_cm40_lpuart: cm40_lpuartgrp {
fsl,pins = <
IMX8QXP_ADC_IN2_M40_UART0_RX 0x06000020
IMX8QXP_ADC_IN3_M40_UART0_TX 0x06000020
>;
};
pinctrl_fec1: fec1grp {
fsl,pins = <
...
...
@@ -855,6 +855,12 @@ gpio5: &lsio_gpio5 {
pinctrl-0 = <&pinctrl_lpi2c3>;
status = "okay";
at24@50 {
compatible = "at24,24aa025";
pagesize = <256>;
reg = <0x50>;
};
mp3385_led_driver: mp3385@31 {
status = "okay";
compatible = "seco,led_mp3385";
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment