diff options
Diffstat (limited to 'fpga/ebaz4205/src/ebaz4205-zynq7.dts')
| -rw-r--r-- | fpga/ebaz4205/src/ebaz4205-zynq7.dts | 34 |
1 files changed, 6 insertions, 28 deletions
diff --git a/fpga/ebaz4205/src/ebaz4205-zynq7.dts b/fpga/ebaz4205/src/ebaz4205-zynq7.dts index daa52df..2f70a82 100644 --- a/fpga/ebaz4205/src/ebaz4205-zynq7.dts +++ b/fpga/ebaz4205/src/ebaz4205-zynq7.dts @@ -6,19 +6,6 @@ }; -//&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"; @@ -28,22 +15,21 @@ }; &amba { - plfb: sram@40000000 { -// status = "okay"; + plfb: plfb@40000000 { compatible = "jmm,frame-buffer-device"; reg = <0x40000000 0x40000>; #address-cells = <1>; #size-cells = <1>; ranges = <0 0x40000000 0x40000>; rotation=<90>; - plfb@0 { - rotation=<90>; - reg = <0x0 0x40000>; - }; + + gpios = <&gpio0 57 0>, + <&gpio0 58 0>; + + }; uart2: serial@80000000 { -// compatible = "jmm,serial-test"; compatible = "ns16550"; status = "okay"; reg = <0x80000000 0x1000>; @@ -55,7 +41,6 @@ interrupts = <0 29 4>; }; uart3: serial@80001000 { -// compatible = "jmm,serial-test"; compatible = "ns16550"; status = "okay"; reg = <0x80001000 0x1000>; @@ -73,10 +58,3 @@ - - -//&clkc { -// fclk-enable = <0xf>; -// ps-clk-frequency = <666666666>; -//}; - |
