-
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.
- Loading branch information
Showing
3,540 changed files
with
121,246 additions
and
226,740 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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,21 @@ | ||
What: /sys/bus/i2c/devices/.../device | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show what device is attached | ||
NONE - no device | ||
USB - USB device is attached | ||
UART - UART is attached | ||
CHARGER - Charger is attaced | ||
JIG - JIG is attached | ||
|
||
What: /sys/bus/i2c/devices/.../switch | ||
Date: February 2011 | ||
Contact: Minkyu Kang <mk7.kang@samsung.com> | ||
Description: | ||
show or set the state of manual switch | ||
VAUDIO - switch to VAUDIO path | ||
UART - switch to UART path | ||
AUDIO - switch to AUDIO path | ||
DHOST - switch to DHOST path | ||
AUTO - switch automatically by device |
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
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
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,3 @@ | ||
prima2 "cb" evalutation board | ||
Required root node properties: | ||
- compatible = "sirf,prima2-cb", "sirf,prima2"; |
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,7 @@ | ||
Xilinx Zynq EP107 Emulation Platform board | ||
|
||
This board is an emulation platform for the Zynq product which is | ||
based on an ARM Cortex A9 processor. | ||
|
||
Required root node properties: | ||
- compatible = "xlnx,zynq-ep107"; |
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,17 @@ | ||
* Freescale Smart Direct Memory Access (SDMA) Controller for i.MX | ||
|
||
Required properties: | ||
- compatible : Should be "fsl,<chip>-sdma" | ||
- reg : Should contain SDMA registers location and length | ||
- interrupts : Should contain SDMA interrupt | ||
- fsl,sdma-ram-script-name : Should contain the full path of SDMA RAM | ||
scripts firmware | ||
|
||
Examples: | ||
|
||
sdma@83fb0000 { | ||
compatible = "fsl,imx51-sdma", "fsl,imx35-sdma"; | ||
reg = <0x83fb0000 0x4000>; | ||
interrupts = <6>; | ||
fsl,sdma-ram-script-name = "sdma-imx51.bin"; | ||
}; |
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,34 @@ | ||
* Freescale Enhanced Secure Digital Host Controller (eSDHC) for i.MX | ||
|
||
The Enhanced Secure Digital Host Controller on Freescale i.MX family | ||
provides an interface for MMC, SD, and SDIO types of memory cards. | ||
|
||
Required properties: | ||
- compatible : Should be "fsl,<chip>-esdhc" | ||
- reg : Should contain eSDHC registers location and length | ||
- interrupts : Should contain eSDHC interrupt | ||
|
||
Optional properties: | ||
- fsl,card-wired : Indicate the card is wired to host permanently | ||
- fsl,cd-internal : Indicate to use controller internal card detection | ||
- fsl,wp-internal : Indicate to use controller internal write protection | ||
- cd-gpios : Specify GPIOs for card detection | ||
- wp-gpios : Specify GPIOs for write protection | ||
|
||
Examples: | ||
|
||
esdhc@70004000 { | ||
compatible = "fsl,imx51-esdhc"; | ||
reg = <0x70004000 0x4000>; | ||
interrupts = <1>; | ||
fsl,cd-internal; | ||
fsl,wp-internal; | ||
}; | ||
|
||
esdhc@70008000 { | ||
compatible = "fsl,imx51-esdhc"; | ||
reg = <0x70008000 0x4000>; | ||
interrupts = <2>; | ||
cd-gpios = <&gpio0 6 0>; /* GPIO1_6 */ | ||
wp-gpios = <&gpio0 5 0>; /* GPIO1_5 */ | ||
}; |
Empty file.
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,24 @@ | ||
* Freescale Fast Ethernet Controller (FEC) | ||
|
||
Required properties: | ||
- compatible : Should be "fsl,<soc>-fec" | ||
- reg : Address and length of the register set for the device | ||
- interrupts : Should contain fec interrupt | ||
- phy-mode : String, operation mode of the PHY interface. | ||
Supported values are: "mii", "gmii", "sgmii", "tbi", "rmii", | ||
"rgmii", "rgmii-id", "rgmii-rxid", "rgmii-txid", "rtbi", "smii". | ||
- phy-reset-gpios : Should specify the gpio for phy reset | ||
|
||
Optional properties: | ||
- local-mac-address : 6 bytes, mac address | ||
|
||
Example: | ||
|
||
fec@83fec000 { | ||
compatible = "fsl,imx51-fec", "fsl,imx27-fec"; | ||
reg = <0x83fec000 0x4000>; | ||
interrupts = <87>; | ||
phy-mode = "mii"; | ||
phy-reset-gpios = <&gpio1 14 0>; /* GPIO2_14 */ | ||
local-mac-address = [00 04 9F 01 1B B9]; | ||
}; |
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,5 @@ | ||
OLPC XO-1 RTC | ||
~~~~~~~~~~~~~ | ||
|
||
Required properties: | ||
- compatible : "olpc,xo1-rtc" |
Oops, something went wrong.