Add snapshot of device tree bindings from keystone common kernel, branch "android-mainline-keystone-qcom-release" at c4c12103f9c0 ("Snap for 9228065 from e32903b9a63bb558df8b803b076619c53c16baad to android-mainline-keystone-qcom-release"). Change-Id: I7682079615cbd9f29340a5c1f2a1d84ec441a1f1 Signed-off-by: Melody Olvera <quic_molvera@quicinc.com>
22 lines
790 B
Plaintext
22 lines
790 B
Plaintext
Device tree binding for the TI DM816 AHCI SATA Controller
|
|
---------------------------------------------------------
|
|
|
|
Required properties:
|
|
- compatible: must be "ti,dm816-ahci"
|
|
- reg: physical base address and size of the register region used by
|
|
the controller (as defined by the AHCI 1.1 standard)
|
|
- interrupts: interrupt specifier (refer to the interrupt binding)
|
|
- clocks: list of phandle and clock specifier pairs (or only
|
|
phandles for clock providers with '0' defined for
|
|
#clock-cells); two clocks must be specified: the functional
|
|
clock and an external reference clock
|
|
|
|
Example:
|
|
|
|
sata: sata@4a140000 {
|
|
compatible = "ti,dm816-ahci";
|
|
reg = <0x4a140000 0x10000>;
|
|
interrupts = <16>;
|
|
clocks = <&sysclk5_ck>, <&sata_refclk>;
|
|
};
|