X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fdts%2Fmt7628an.dtsi;h=bb52c6aabe55bcc41928ce2d9a37dfe6d5172329;hb=1a356235e59467dda324f96a977ff66f3e2d9936;hp=ee953cd026a6f4dc6da7a5292734e142fe519af8;hpb=b9a074ddb933c599d9bc9fc6b74e74cfce2e846c;p=openwrt.git diff --git a/target/linux/ramips/dts/mt7628an.dtsi b/target/linux/ramips/dts/mt7628an.dtsi index ee953cd026..bb52c6aabe 100644 --- a/target/linux/ramips/dts/mt7628an.dtsi +++ b/target/linux/ramips/dts/mt7628an.dtsi @@ -165,6 +165,16 @@ reset-names = "host"; }; + sdhci@10130000 { + compatible = "ralink,mt7620-sdhci"; + reg = <0x10130000 4000>; + + interrupt-parent = <&intc>; + interrupts = <14>; + + status = "disabled"; + }; + ehci@101c0000 { compatible = "ralink,rt3xxx-ehci"; reg = <0x101c0000 0x1000>; @@ -202,6 +212,9 @@ reg = <0x10140000 0x100 0x10142000 0x100>; + #address-cells = <3>; + #size-cells = <2>; + resets = <&rstctrl 26>; reset-names = "pcie0"; @@ -210,8 +223,20 @@ status = "disabled"; + device_type = "pci"; + + bus-range = <0 255>; + ranges = < + 0x02000000 0 0x00000000 0x20000000 0 0x10000000 /* pci memory */ + 0x01000000 0 0x00000000 0x10160000 0 0x00010000 /* io space */ + >; + pcie-bridge { reg = <0x0000 0 0 0 0>; + + #address-cells = <3>; + #size-cells = <2>; + device_type = "pci"; }; };