Skip to content
Snippets Groups Projects
Commit 073e14ab authored by Mikhail Kshevetskiy's avatar Mikhail Kshevetskiy
Browse files

airoha64: keep uart/spi/spinand/emmc dts nodes for u-boot-spl/tpl needs

parent c1cdb264
Branches
No related tags found
1 merge request!1411atf-2.10 building
...@@ -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>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment