From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 11 Oct 2015 15:25:05 +0800 Subject: [U-Boot] [PATCH] dm: implement a cfi flash uclass In-Reply-To: References: <1444289667-23775-1-git-send-email-thomas@wytron.com.tw> <5617C1CF.4020408@wytron.com.tw> <5619F0B3.3090704@wytron.com.tw> Message-ID: <561A0ED1.9070705@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 Bin, On 10/11/2015 01:41 PM, Bin Meng wrote: > You can check fdtdec_get_pci_addr() to see how multiple "reg" tuples > are decoded. I see. So I will need to decode the cells. cell = fdt_getprop(blob, node, prop_name, &len); Thanks a lot for your help. Best regards, Thomas