blob: eb5e3ac4309818f47282bd8a37fbc32d99d902e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
/dts-v1/;
/include/ "zynq-7000.dtsi"
/include/ "ebaz4205-board.dtsi"
/include/ "ebaz4205-pl.dtsi"
/ {
};
//&amba {
// ocm: sram@fffc0000 {
// compatible = "mmio-sram";
// reg = <0xfffc0000 0x10000>;
// #address-cells = <1>;
// #size-cells = <1>;
// ranges = <0 0xfffc0000 0x10000>;
// ocm-sram@0 {
// reg = <0x0 0x10000>;
// };
// }
//};
&ocm {
compatible = "jmm,video-capture-device";
status = "okay";
gpios = <&gpio0 56 0>;
reg = <0xfffc0000 0x40000>;
};
&amba {
plfb: sram@40000000 {
compatible = "jmm,frame-buffer-device";
reg = <0x40000000 0x40000>;
#address-cells = <1>;
#size-cells = <1>;
ranges = <0 0x40000000 0x40000>;
plfb@0 {
reg = <0x0 0x40000>;
};
};
};
//&clkc {
// fclk-enable = <0xf>;
// ps-clk-frequency = <666666666>;
//};
|