How to refer a node in device tree

0

I have amba_pl node in the pl.dtsi and I want to refer it from the system-user.dtsi . Could you tell me how can I refer it? I have attached my pl.dtsi below for your reference?

* CAUTION: This file is automatically generated by Xilinx.
* Version:
* Today is: Mon Oct 26 11:44:40 2020
*/


/ {
amba_pl: amba_pl@0 {
#address-cells = <2>;
#size-cells = <2>;
compatible = "simple-bus";
ranges ;
ziptilion_ip_0: ziptilion_ip@1000000000 {
clock-names = "clk";
clocks = <&zynqmp_clk 71>;
compatible = "xlnx,ziptilion-ip-1.0";
reg = <0x00000010 0x00000000 0x00000001 0x00000000>;
};
APB_M_0: APB_M_0@b0000000 {
reg = <0x0 0xb0000000 0x0 0x8000000>;
};
};
};

Regards,

Prasanna

device-tree

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0