Files
rockchip/rk356x/zkzg-pcie-rk3568.dtsi

20 lines
431 B
Plaintext
Raw Permalink Normal View History

2025-10-17 11:08:02 +08:00
/ {
reserved-memory {
#address-cells = <2>;
#size-cells = <2>;
ranges;
pcie_dma: pcie-dma@40000000 {
reg = <0x0 0x40000000 0x0 0x10000000>;
no-map;
};
};
2025-10-09 14:34:41 +08:00
};
&pcie3x2 {
2025-10-17 11:08:02 +08:00
compatible = "rockchip,rk3568-pcie-ep";
reset-gpios = <&gpio0 RK_PC6 GPIO_ACTIVE_HIGH>;
vpcie3v3-supply = <&vcc3v3_sys>;
status = "okay";
memory-region = <&pcie_dma>;
2025-10-09 14:34:41 +08:00
};