Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
T
targets
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Feed
targets
Commits
073e14ab
Commit
073e14ab
authored
2 months ago
by
Mikhail Kshevetskiy
Browse files
Options
Downloads
Patches
Plain Diff
airoha64: keep uart/spi/spinand/emmc dts nodes for u-boot-spl/tpl needs
parent
c1cdb264
Branches
Branches containing commit
No related tags found
1 merge request
!1411
atf-2.10 building
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
airoha/dts/en7581-base.dtsi
+7
-0
7 additions, 0 deletions
airoha/dts/en7581-base.dtsi
with
7 additions
and
0 deletions
airoha/dts/en7581-base.dtsi
+
7
−
0
View file @
073e14ab
...
@@ -389,6 +389,7 @@
...
@@ -389,6 +389,7 @@
};
};
scu: scu@1fb00000 {
scu: scu@1fb00000 {
bootph-all;
compatible = "econet,ecnt-scu";
compatible = "econet,ecnt-scu";
// ------------------------------------------------------------
// ------------------------------------------------------------
// WARNING:
// WARNING:
...
@@ -641,6 +642,7 @@
...
@@ -641,6 +642,7 @@
};
};
uart1: serial@1fbf0000 {
uart1: serial@1fbf0000 {
bootph-all;
compatible = "airoha,en7523-uart";
compatible = "airoha,en7523-uart";
reg = <0x0 0x1fbf0000 0x0 0x30>;
reg = <0x0 0x1fbf0000 0x0 0x30>;
reg-io-width = <4>;
reg-io-width = <4>;
...
@@ -746,6 +748,7 @@
...
@@ -746,6 +748,7 @@
};
};
spi_ctrl: spi_controller@1fa10000 {
spi_ctrl: spi_controller@1fa10000 {
bootph-all;
compatible = "econet,en75xx-spi";
compatible = "econet,en75xx-spi";
#address-cells = <1>;
#address-cells = <1>;
#size-cells = <0>;
#size-cells = <0>;
...
@@ -758,6 +761,7 @@
...
@@ -758,6 +761,7 @@
spi-ecc = <&spi_ecc>;
spi-ecc = <&spi_ecc>;
spinand@0 {
spinand@0 {
bootph-all;
compatible = "spi-nand";
compatible = "spi-nand";
reg = <0x0>; // Chip select
reg = <0x0>; // Chip select
spi-tx-bus-width = <2>;
spi-tx-bus-width = <2>;
...
@@ -767,11 +771,13 @@
...
@@ -767,11 +771,13 @@
};
};
spi_spi2nfi: spi_spi2nfi@1fa11000 {
spi_spi2nfi: spi_spi2nfi@1fa11000 {
bootph-all;
compatible = "econet,ecnt-spi2nfi";
compatible = "econet,ecnt-spi2nfi";
reg = <0x0 0x1fa11000 0x0 0x160>; //NFI2SPI
reg = <0x0 0x1fa11000 0x0 0x160>; //NFI2SPI
};
};
spi_ecc: spi_ecc@1fa12000 {
spi_ecc: spi_ecc@1fa12000 {
bootph-all;
compatible = "econet,ecnt-spi_ecc";
compatible = "econet,ecnt-spi_ecc";
reg = <0x0 0x1fa12000 0x0 0x150>; //NFI ECC
reg = <0x0 0x1fa12000 0x0 0x150>; //NFI ECC
};
};
...
@@ -1003,6 +1009,7 @@
...
@@ -1003,6 +1009,7 @@
};
};
mmc0: mmc@1fa0e000 {
mmc0: mmc@1fa0e000 {
bootph-all;
compatible = "airoha,an758x-mmc";
compatible = "airoha,an758x-mmc";
reg = <0x0 0x1fa0e000 0x0 0x1000>,
reg = <0x0 0x1fa0e000 0x0 0x1000>,
<0x0 0x1fa0c000 0x0 0x60>;
<0x0 0x1fa0c000 0x0 0x60>;
...
...
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