mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
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
@ -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 {
|
||||
compatible = "qca,ar9340-gmac";
|
||||
reg = <0x18070000 0x14>;
|
||||
@ -195,6 +177,24 @@
|
||||
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 {
|
||||
compatible = "qca,ar934x-spi";
|
||||
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 {
|
||||
compatible = "qca,qca9550-gmac";
|
||||
reg = <0x18070000 0x58>;
|
||||
@ -301,6 +283,24 @@
|
||||
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 {
|
||||
compatible = "qca,ar934x-spi";
|
||||
reg = <0x1f000000 0x1c>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user