lantiq: specify the PCIe controller's interrupt, size and address cells
This allows adding devices to the PCIe controller in the .dts files. Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
This commit is contained in:
parent
79741dc379
commit
d76ee5bfac
@ -210,10 +210,18 @@
|
|||||||
interrupts = <96>;
|
interrupts = <96>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pcie@d900000 {
|
pcie0: pcie@d900000 {
|
||||||
|
compatible = "lantiq,pcie-xrx200";
|
||||||
|
|
||||||
|
#interrupt-cells = <1>;
|
||||||
|
#size-cells = <2>;
|
||||||
|
#address-cells = <3>;
|
||||||
|
|
||||||
interrupt-parent = <&icu0>;
|
interrupt-parent = <&icu0>;
|
||||||
interrupts = <161 144>;
|
interrupts = <161 144>;
|
||||||
compatible = "lantiq,pcie-xrx200";
|
|
||||||
|
device_type = "pci";
|
||||||
|
|
||||||
gpio-reset = <&gpio 38 GPIO_ACTIVE_HIGH>;
|
gpio-reset = <&gpio 38 GPIO_ACTIVE_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user