forked from Minki/linux
c5fa4fdcdb
This patch adds a generic target for SPEAr3xx machines that can be configured via the device-tree. Currently the following devices are supported via the devicetree: - VIC interrupts - PL011 UART - PL061 GPIO - PL110 CLCD - SP805 WDT - Synopsys DW I2C - Synopsys DW ethernet - ST FSMC-NAND - ST SPEAR-SMI - ST SPEAR-KEYBOARD - ST SPEAR-RTC - ARASAN SDHCI-SPEAR - SPEAR-EHCI - SPEAR-OHCI Other peripheral devices will follow in later patches. This also removes IO_ADDRESS macro and creates 16 MB static mappings instead of 4K for individual peripherals. This is done to have efficient TLB lookup for any I/O windows that are located closely together. ioremap() on this range will return this mapping only instead of creating another. Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
27 lines
596 B
Plaintext
27 lines
596 B
Plaintext
ST SPEAr Platforms Device Tree Bindings
|
|
---------------------------------------
|
|
|
|
Boards with the ST SPEAr600 SoC shall have the following properties:
|
|
|
|
Required root node property:
|
|
|
|
compatible = "st,spear600";
|
|
|
|
Boards with the ST SPEAr300 SoC shall have the following properties:
|
|
|
|
Required root node property:
|
|
|
|
compatible = "st,spear300";
|
|
|
|
Boards with the ST SPEAr310 SoC shall have the following properties:
|
|
|
|
Required root node property:
|
|
|
|
compatible = "st,spear310";
|
|
|
|
Boards with the ST SPEAr320 SoC shall have the following properties:
|
|
|
|
Required root node property:
|
|
|
|
compatible = "st,spear320";
|