-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 313287 b: refs/heads/master c: e95f2e7 h: refs/heads/master i: 313285: 10fb72b 313283: 775120a 313279: 2fd7c88 v: v3
- Loading branch information
Arnd Bergmann
committed
Jul 12, 2012
1 parent
bac162b
commit 96f8199
Showing
96 changed files
with
2,793 additions
and
631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 0767211bea2f2062b1d5620eed6a279fa2b4330e | ||
refs/heads/master: e95f2e790e98c61eb88caa5ee31a04e1dc7a8c59 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Olimex i.MX Platforms Device Tree Bindings | ||
------------------------------------------ | ||
|
||
i.MX23 Olinuxino Low Cost Board | ||
Required root node properties: | ||
- compatible = "olimex,imx23-olinuxino", "fsl,imx23"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
* Freescale MXS LCD Interface (LCDIF) | ||
|
||
Required properties: | ||
- compatible: Should be "fsl,<chip>-lcdif". Supported chips include | ||
imx23 and imx28. | ||
- reg: Address and length of the register set for lcdif | ||
- interrupts: Should contain lcdif interrupts | ||
|
||
Optional properties: | ||
- panel-enable-gpios : Should specify the gpio for panel enable | ||
|
||
Examples: | ||
|
||
lcdif@80030000 { | ||
compatible = "fsl,imx28-lcdif"; | ||
reg = <0x80030000 2000>; | ||
interrupts = <38 86>; | ||
panel-enable-gpios = <&gpio3 30 0>; | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 16 additions & 0 deletions
16
trunk/Documentation/devicetree/bindings/rtc/stmp3xxx-rtc.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
* STMP3xxx/i.MX28 Time Clock controller | ||
|
||
Required properties: | ||
- compatible: should be one of the following. | ||
* "fsl,stmp3xxx-rtc" | ||
- reg: physical base address of the controller and length of memory mapped | ||
region. | ||
- interrupts: rtc alarm interrupt | ||
|
||
Example: | ||
|
||
rtc@80056000 { | ||
compatible = "fsl,imx28-rtc", "fsl,stmp3xxx-rtc"; | ||
reg = <0x80056000 2000>; | ||
interrupts = <29>; | ||
}; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
27 changes: 27 additions & 0 deletions
27
trunk/Documentation/devicetree/bindings/tty/serial/fsl-mxs-auart.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
* Freescale MXS Application UART (AUART) | ||
|
||
Required properties: | ||
- compatible : Should be "fsl,<soc>-auart". The supported SoCs include | ||
imx23 and imx28. | ||
- reg : Address and length of the register set for the device | ||
- interrupts : Should contain the auart interrupt numbers | ||
|
||
Example: | ||
auart0: serial@8006a000 { | ||
compatible = "fsl,imx28-auart", "fsl,imx23-auart"; | ||
reg = <0x8006a000 0x2000>; | ||
interrupts = <112 70 71>; | ||
}; | ||
|
||
Note: Each auart port should have an alias correctly numbered in "aliases" | ||
node. | ||
|
||
Example: | ||
|
||
aliases { | ||
serial0 = &auart0; | ||
serial1 = &auart1; | ||
serial2 = &auart2; | ||
serial3 = &auart3; | ||
serial4 = &auart4; | ||
}; |
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
trunk/Documentation/devicetree/bindings/watchdog/omap-wdt.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
TI Watchdog Timer (WDT) Controller for OMAP | ||
|
||
Required properties: | ||
compatible: | ||
- "ti,omap3-wdt" for OMAP3 | ||
- "ti,omap4-wdt" for OMAP4 | ||
- ti,hwmods: Name of the hwmod associated to the WDT | ||
|
||
Examples: | ||
|
||
wdt2: wdt@4a314000 { | ||
compatible = "ti,omap4-wdt", "ti,omap3-wdt"; | ||
ti,hwmods = "wd_timer2"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,113 @@ | ||
/* | ||
* aks-cdu.dts - Device Tree file for AK signal CDU | ||
* | ||
* Copyright (C) 2012 AK signal Brno a.s. | ||
* 2012 Jiri Prchal <jiri.prchal@aksignal.cz> | ||
* | ||
* Licensed under GPLv2 or later. | ||
*/ | ||
|
||
/dts-v1/; | ||
|
||
/include/ "ge863-pro3.dtsi" | ||
|
||
/ { | ||
chosen { | ||
bootargs = "console=ttyS0,115200 ubi.mtd=4 root=ubi0:rootfs rootfstype=ubifs"; | ||
}; | ||
|
||
ahb { | ||
apb { | ||
usart0: serial@fffb0000 { | ||
status = "okay"; | ||
}; | ||
|
||
usart1: serial@fffb4000 { | ||
status = "okay"; | ||
linux,rs485-enabled-at-boot-time; | ||
rs485-rts-delay = <0 0>; | ||
}; | ||
|
||
usart2: serial@fffb8000 { | ||
status = "okay"; | ||
linux,rs485-enabled-at-boot-time; | ||
rs485-rts-delay = <0 0>; | ||
}; | ||
|
||
usart3: serial@fffd0000 { | ||
status = "okay"; | ||
linux,rs485-enabled-at-boot-time; | ||
rs485-rts-delay = <0 0>; | ||
}; | ||
|
||
macb0: ethernet@fffc4000 { | ||
phy-mode = "rmii"; | ||
status = "okay"; | ||
}; | ||
|
||
usb1: gadget@fffa4000 { | ||
atmel,vbus-gpio = <&pioC 15 0>; | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
usb0: ohci@00500000 { | ||
num-ports = <2>; | ||
status = "okay"; | ||
}; | ||
|
||
nand0: nand@40000000 { | ||
nand-bus-width = <8>; | ||
nand-ecc-mode = "soft"; | ||
nand-on-flash-bbt; | ||
status = "okay"; | ||
|
||
bootstrap@0 { | ||
label = "bootstrap"; | ||
reg = <0x0 0x40000>; | ||
}; | ||
|
||
uboot@40000 { | ||
label = "uboot"; | ||
reg = <0x40000 0x80000>; | ||
}; | ||
ubootenv@c0000 { | ||
label = "ubootenv"; | ||
reg = <0xc0000 0x40000>; | ||
}; | ||
kernel@100000 { | ||
label = "kernel"; | ||
reg = <0x100000 0x400000>; | ||
}; | ||
rootfs@500000 { | ||
label = "rootfs"; | ||
reg = <0x500000 0x7b00000>; | ||
}; | ||
}; | ||
}; | ||
|
||
leds { | ||
compatible = "gpio-leds"; | ||
|
||
red { | ||
gpios = <&pioC 10 0>; | ||
linux,default-trigger = "none"; | ||
}; | ||
|
||
green { | ||
gpios = <&pioA 5 1>; | ||
linux,default-trigger = "none"; | ||
default-state = "on"; | ||
}; | ||
|
||
yellow { | ||
gpios = <&pioB 20 1>; | ||
linux,default-trigger = "none"; | ||
}; | ||
|
||
blue { | ||
gpios = <&pioB 21 1>; | ||
linux,default-trigger = "none"; | ||
}; | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
/dts-v1/; | ||
|
||
/include/ "am33xx.dtsi" | ||
|
||
/ { | ||
model = "TI AM335x BeagleBone"; | ||
compatible = "ti,am335x-bone", "ti,am33xx"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x80000000 0x10000000>; /* 256 MB */ | ||
}; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
/* | ||
* Copyright (C) 2012 Texas Instruments Incorporated - http://www.ti.com/ | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License version 2 as | ||
* published by the Free Software Foundation. | ||
*/ | ||
/dts-v1/; | ||
|
||
/include/ "am33xx.dtsi" | ||
|
||
/ { | ||
model = "TI AM335x EVM"; | ||
compatible = "ti,am335x-evm", "ti,am33xx"; | ||
|
||
memory { | ||
device_type = "memory"; | ||
reg = <0x80000000 0x10000000>; /* 256 MB */ | ||
}; | ||
}; |
Oops, something went wrong.