From mboxrd@z Thu Jan 1 00:00:00 1970 From: insane79@yandex.ru (Dennis Semakin) Date: Mon, 08 Feb 2010 12:57:14 +0300 Subject: [PXA320] How to find I/O registers, base address of ASIX ethernet chip? In-Reply-To: <20100208091348.GC15255@pengutronix.de> References: <19621265275300@webmail108.yandex.ru> <20100205042655.GR28972@buzzloop.caiaq.de> <33291265356930@webmail116.yandex.ru> <20100207051343.GL9007@buzzloop.caiaq.de> <33061265619560@webmail103.yandex.ru> <20100208091348.GC15255@pengutronix.de> Message-ID: <32831265623034@webmail120.yandex.ru> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > > No, I cannot access 0x1000_0000 from U-Boot. The system hangs, when I access to this address > This sounds like a missing clock. Ah, and Daniel already asked that, > too: "Did you switch on the clock for the static bus?" > If you asked about Clock Configuration Register (MEMCLKCGF), then Its value is 0x30003. In U-Boot: $ md.l 0x4a000068 4a000068: 00030003 00000000 00000000 00000000 ................ 4a000078: 00000000 00000000 00020000 00020000 ................ How else can I switch on the clock for the static bus? Thanks Best regards Dennis Semakin