Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9d7a8c8 authored by Zou Shunxiang's avatar Zou Shunxiang
Browse files

dt-bindings: ptp: Add virtual ptp memory entry

Add virtual ptp memory address and size.

Change-Id: Ib448c16c3b6fba8983e1ec4df5a0efdd250aaf18
parent e377ad14
Loading
Loading
Loading
Loading
+17 −0
Original line number Original line Diff line number Diff line
* Qcom virtual gPTP Data based shared memory IPC

Required properties:
- compatible: should contain the core compatibility string
              and the SoC compatibility string. The SoC
              compatibility string is to handle SoC specific
              hardware differences.
              Core compatibility string:
                 "qcom,ptp_virtual"
- reg: address and length of the shared memory for gPTP data

Example:

ptp_virtual {
	compatible = "qcom,ptp_virtual";
	reg = <0xeb600000 0x1000>;
};