diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-06-07 17:36:58 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-06-08 09:31:36 +0200 |
commit | 4363b5362fc48cf3d3ae9d7f5363d4efeba8bf7c (patch) | |
tree | 8cd5674cfbd3fe6c041bd73589541d90ef78e01d /target/linux | |
parent | 146fbeb81cc6eae1bba63a708b5a28071acc874e (diff) | |
download | upstream-4363b5362fc48cf3d3ae9d7f5363d4efeba8bf7c.tar.gz upstream-4363b5362fc48cf3d3ae9d7f5363d4efeba8bf7c.tar.bz2 upstream-4363b5362fc48cf3d3ae9d7f5363d4efeba8bf7c.zip |
ipq40xx: flesh out MR33's pcie dts definitions
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts index 0be1960655..5b7b3163b6 100644 --- a/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts +++ b/target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4029-mr33.dts @@ -272,6 +272,19 @@ status = "okay"; perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>; wake-gpio = <&tlmm 50 GPIO_ACTIVE_LOW>; + + bridge@0,0 { + reg = <0x00000000 0 0 0 0>; + #address-cells = <3>; + #size-cells = <2>; + ranges; + + wifi2: wifi@0,0 { + compatible = "qcom,ath10k"; + status = "okay"; + reg = <0x00010000 0 0 0 0>; + }; + }; }; &qpic_bam { |