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>
19 lines
597 B
Plaintext
19 lines
597 B
Plaintext
|
|
* Rockchip rk3399 DFI device
|
|
|
|
Required properties:
|
|
- compatible: Must be "rockchip,rk3399-dfi".
|
|
- reg: physical base address of each DFI and length of memory mapped region
|
|
- rockchip,pmu: phandle to the syscon managing the "pmu general register files"
|
|
- clocks: phandles for clock specified in "clock-names" property
|
|
- clock-names : the name of clock used by the DFI, must be "pclk_ddr_mon";
|
|
|
|
Example:
|
|
dfi: dfi@ff630000 {
|
|
compatible = "rockchip,rk3399-dfi";
|
|
reg = <0x00 0xff630000 0x00 0x4000>;
|
|
rockchip,pmu = <&pmugrf>;
|
|
clocks = <&cru PCLK_DDR_MON>;
|
|
clock-names = "pclk_ddr_mon";
|
|
};
|