From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Tue, 15 Sep 2015 12:48:29 +0800 Subject: [U-Boot] [PATCH 1/2] nios2: remap and translate reg address in device tree In-Reply-To: <201509131539.05547.marex@denx.de> References: <1442133130-11174-1-git-send-email-thomas@wytron.com.tw> <201509131539.05547.marex@denx.de> Message-ID: <55F7A31D.60902@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Marek, On 09/13/2015 09:39 PM, Marek Vasut wrote: > btw. It might be just about time to split the DT bits into nios2.dtsi > and nios2_3c120_devboard.dts , where the former would contain the > generic bits of the binding and the later would only fill in the > necessary address ranges and such. I do understand though, that the > problem here might be that the hardware is just too flexible. Yes, the FPGA hardware is too flexible so that I cannot find a generic part of dts to split into a dtsi. Almost every parameter is programmable. :) Best regards, Thomas Chou