mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00:00
airoha: dts: fix pcie ranges properties
Reduce and split pcie controller memory ranges for en7523 SoC in order to properly load a pcie card on the second port. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
This commit is contained in:
parent
611a9894b2
commit
695ecca5db
@ -157,7 +157,7 @@
|
|||||||
clocks = <&scu EN7523_CLK_PCIE>;
|
clocks = <&scu EN7523_CLK_PCIE>;
|
||||||
clock-names = "sys_ck0";
|
clock-names = "sys_ck0";
|
||||||
bus-range = <0x00 0xff>;
|
bus-range = <0x00 0xff>;
|
||||||
ranges = <0x82000000 0 0x20000000 0x20000000 0 0x8000000>;
|
ranges = <0x82000000 0 0x20000000 0x20000000 0 0x2000000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
@ -186,7 +186,7 @@
|
|||||||
clocks = <&scu EN7523_CLK_PCIE>;
|
clocks = <&scu EN7523_CLK_PCIE>;
|
||||||
clock-names = "sys_ck1";
|
clock-names = "sys_ck1";
|
||||||
bus-range = <0x00 0xff>;
|
bus-range = <0x00 0xff>;
|
||||||
ranges = <0x82000000 0 0x28000000 0x28000000 0 0x8000000>;
|
ranges = <0x82000000 0 0x22000000 0x22000000 0 0x2000000>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
|
|
||||||
#interrupt-cells = <1>;
|
#interrupt-cells = <1>;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user