summaryrefslogtreecommitdiffstats
path: root/fpga/ebaz4205/src/ebaz4205-zynq7.dts
blob: 22afe26bce6a416c21054e41ecb2f8eb9155e4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/dts-v1/;
/include/ "zynq-7000.dtsi"
/include/ "ebaz4205-board.dtsi"
/include/ "ebaz4205-pl.dtsi"
/ {
};

&amba  {
//        ocm: sram@fffc0000 {
//                compatible = "mmio-sram";
//                reg = <0xfffc0000 0x40000>;
//        };

        ocm: ocm@fffc0000 {
                compatible = "xlnx,zynq-ocm-1.0";
                reg = <0xfffc0000 0x40000>;
	};
};