[OpenWrt-Devel] [PATCH v2 3/3] ipq40xx: add support for FritzBox 7530
Christian Lamparter
chunkeey at gmail.com
Wed Feb 20 12:02:21 EST 2019
On Monday, February 18, 2019 11:58:34 PM CET David Bauer wrote:
> diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts
> new file mode 100644
> index 0000000000..b2a33468bb
> --- /dev/null
> +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4019-fritzbox-7530.dts
> @@ -0,0 +1,305 @@
> +&pcie0 {
> + status = "okay";
> +
> + ranges = <0x81000000 0 0x40200000 0x40200000
> + 0 0x00100000 /* downstream I/O */
> + 0x82000000 0 0x48000000 0x48000000
> + 0 0x10000000>; /* non-prefetchable memory */
Let me dig out my MR33 (will have to wait until the Weekend) and see if this
should be put into the qcom-ipq4019.dtsi as well.
> +
> + perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
> + wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>;
> +
> + bridge at 0,0 {
> + reg = <0x00000000 0 0 0 0>;
> + #address-cells = <3>;
> + #size-cells = <2>;
> + ranges;
> +
> + dsl at 1,0 {
> + compatible = "intel,vrx518";
> + status = "okay";
> + reg = <0x00010000 0 0 0 0>;
> + };
> + };
> +};
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list