mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
0d4a4b1301
From git://xenbits.xen.org/people/ianc/device-tree-rebasing.git commit efa963ec806366c9628dfd1269316bb93b7ecb15 Merge: a72ba09 459c249 Author: Ian Campbell <ian.campbell@citrix.com> Date: Wed Feb 26 08:39:16 2014 +0000 Merge tag 'v3.14-rc4-dts' Linux 3.14-rc4
18 lines
554 B
Plaintext
18 lines
554 B
Plaintext
* Samsung AHCI SATA Controller
|
|
|
|
SATA nodes are defined to describe on-chip Serial ATA controllers.
|
|
Each SATA controller should have its own node.
|
|
|
|
Required properties:
|
|
- compatible : compatible list, contains "samsung,exynos5-sata"
|
|
- interrupts : <interrupt mapping for SATA IRQ>
|
|
- reg : <registers mapping>
|
|
- samsung,sata-freq : <frequency in MHz>
|
|
|
|
Example:
|
|
sata@ffe08000 {
|
|
compatible = "samsung,exynos5-sata";
|
|
reg = <0xffe08000 0x1000>;
|
|
interrupts = <115>;
|
|
};
|