blob: 2da6f2a19126ce40ae1e002441d9886214b9ece0 [file] [log] [blame]
Chris Lewfa6135e2016-08-01 13:29:46 -07001Qualcomm Technologies, Inc. G-link RPM Native Transport
2
3Required properties:
4-compatible : should be "qcom,glink-rpm-native-xprt"
5-reg : the location and size of RPM message RAM
6 the irq register base address for triggering interrupts
7-reg-names : "msgram" - string to identify the RPM message RAM region
8 "irq-reg-base" - string to identify the irq register region
9-qcom,irq-mask : the bitmark to trigger an interrupt
10-interrupts : the receiving interrupt line
11
12Example:
13
14 qcom,glink-rpm-native-xprt@68000 {
15 compatible = "qcom,glink-rpm-native-xprt";
16 reg = <0x68000 0x8000>,
17 <0xfa006008 0x4>;
18 reg-names = "msgram", "irq-reg-base";
19 qcom,irq-mask = <0x1000>;
20 interrupts = <0 25 1>;
21 };