From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Tue, 26 Sep 2017 08:32:43 +0000 Subject: [U-Boot] [PATCH v2 02/19] doc: dtbinding: Description on FPGA RBF properties at Arria 10 FPGA manager In-Reply-To: <3d05adc6-6b1f-c80c-4e76-e645d90b3753@denx.de> References: <1506328815-23733-1-git-send-email-tien.fong.chee@intel.com> <1506328815-23733-3-git-send-email-tien.fong.chee@intel.com> <3d05adc6-6b1f-c80c-4e76-e645d90b3753@denx.de> Message-ID: <1506414763.27760.27.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Isn, 2017-09-25 at 11:01 +0200, Marek Vasut wrote: > On 09/25/2017 10:39 AM, tien.fong.chee at intel.com wrote: > > > > From: Tien Fong Chee > > > > This patch adds description on properties about location of FPGA > > RBFs are > > stored, type and functionality of RBF used to configure FPGA. > > > > Signed-off-by: Tien Fong Chee > > --- > >  doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt | 11 > > +++++++++++ > >  1 file changed, 11 insertions(+) > > > > diff --git a/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga- > > mgr.txt b/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga- > > mgr.txt > > index 2fd8e7a..7abb746 100644 > > --- a/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt > > +++ b/doc/device-tree-bindings/fpga/altera-socfpga-a10-fpga-mgr.txt > > @@ -7,6 +7,14 @@ Required properties: > >                 - The second index is for writing FPGA > > configuration data. > >  - resets     : Phandle and reset specifier for the device's reset. > >  - clocks     : Clocks used by the device. > > +- bitstream_periph : FPGA peripheral raw binary file which is used > > to > > +                     initialize FPGA IOs, PLL, IO48 and DDR. > > +- bitstream_core : FPGA core raw binary file contains FPGA design > > which is used > > +                   to program FPGA CRAM and ERAM. > > +- bitstream_devpart : Partition of flash device where bitstream > > files are > > +        stored. > > +                       - dev is flash device number, > > part is flash > > +                                     device partition. > >   > >  Example: > >   > > @@ -16,4 +24,7 @@ Example: > >          0xffcfe400 0x20>; > >   clocks = <&l4_mp_clk>; > >   resets = <&rst FPGAMGR_RESET>; > > + bitstream_periph = > > "ghrd_10as066n2.periph.rbf.mkimage"; > > + bitstream_core = > > "ghrd_10as066n2.core.rbf.mkimage"; > > + bitstream_devpart = "0:1"; > These should probably be altr,something-something ... they are > definitely not generic bindings > Okay. > > > >   }; > > >