ath79: rearrange nand node by register address
All other nodes in the DTS are placed in order of address space. Harmonize the nand nodes as well. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
This commit is contained in:
parent
cbb66f9edb
commit
736995ce19
2 changed files with 36 additions and 36 deletions
|
@ -148,24 +148,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand: nand@1b000200 {
|
|
||||||
compatible = "qca,ar934x-nand";
|
|
||||||
reg = <0x1b000200 0xb8>;
|
|
||||||
|
|
||||||
interrupts = <21>;
|
|
||||||
interrupt-parent = <&miscintc>;
|
|
||||||
|
|
||||||
resets = <&rst 14>;
|
|
||||||
reset-names = "nand";
|
|
||||||
|
|
||||||
nand-ecc-mode = "hw";
|
|
||||||
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
gmac: gmac@18070000 {
|
gmac: gmac@18070000 {
|
||||||
compatible = "qca,ar9340-gmac";
|
compatible = "qca,ar9340-gmac";
|
||||||
reg = <0x18070000 0x14>;
|
reg = <0x18070000 0x14>;
|
||||||
|
@ -195,6 +177,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nand: nand@1b000200 {
|
||||||
|
compatible = "qca,ar934x-nand";
|
||||||
|
reg = <0x1b000200 0xb8>;
|
||||||
|
|
||||||
|
interrupts = <21>;
|
||||||
|
interrupt-parent = <&miscintc>;
|
||||||
|
|
||||||
|
resets = <&rst 14>;
|
||||||
|
reset-names = "nand";
|
||||||
|
|
||||||
|
nand-ecc-mode = "hw";
|
||||||
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
spi: spi@1f000000 {
|
spi: spi@1f000000 {
|
||||||
compatible = "qca,ar934x-spi";
|
compatible = "qca,ar934x-spi";
|
||||||
reg = <0x1f000000 0x1c>;
|
reg = <0x1f000000 0x1c>;
|
||||||
|
|
|
@ -182,24 +182,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
nand: nand@1b800200 {
|
|
||||||
compatible = "qca,ar934x-nand";
|
|
||||||
reg = <0x1b800200 0xb8>;
|
|
||||||
|
|
||||||
interrupts = <21>;
|
|
||||||
interrupt-parent = <&miscintc>;
|
|
||||||
|
|
||||||
resets = <&rst 14>;
|
|
||||||
reset-names = "nand";
|
|
||||||
|
|
||||||
nand-ecc-mode = "hw";
|
|
||||||
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
|
|
||||||
status = "disabled";
|
|
||||||
};
|
|
||||||
|
|
||||||
gmac: gmac@18070000 {
|
gmac: gmac@18070000 {
|
||||||
compatible = "qca,qca9550-gmac";
|
compatible = "qca,qca9550-gmac";
|
||||||
reg = <0x18070000 0x58>;
|
reg = <0x18070000 0x58>;
|
||||||
|
@ -301,6 +283,24 @@
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
nand: nand@1b800200 {
|
||||||
|
compatible = "qca,ar934x-nand";
|
||||||
|
reg = <0x1b800200 0xb8>;
|
||||||
|
|
||||||
|
interrupts = <21>;
|
||||||
|
interrupt-parent = <&miscintc>;
|
||||||
|
|
||||||
|
resets = <&rst 14>;
|
||||||
|
reset-names = "nand";
|
||||||
|
|
||||||
|
nand-ecc-mode = "hw";
|
||||||
|
|
||||||
|
#address-cells = <1>;
|
||||||
|
#size-cells = <0>;
|
||||||
|
|
||||||
|
status = "disabled";
|
||||||
|
};
|
||||||
|
|
||||||
spi: spi@1f000000 {
|
spi: spi@1f000000 {
|
||||||
compatible = "qca,ar934x-spi";
|
compatible = "qca,ar934x-spi";
|
||||||
reg = <0x1f000000 0x1c>;
|
reg = <0x1f000000 0x1c>;
|
||||||
|
|
Loading…
Reference in a new issue