hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
* Rockchip 4g modem device tree bindings
 
Required properties:
- compatible : "4g-modem-platdata"
 
Optional properties:
- 4G,vbat-gpio : 4g modem vbat gpio
- 4G,power-gpio : 4g modem power enable/disable gpio
- 4G,reset-gpio : 4g modem reset gpio
 
Example:
 
   4G-Modem {
       compatible="4g-modem-platdata";
       4G,vbat-gpio = <&gpio0 RK_PA4 GPIO_ACTIVE_HIGH>;
       4G,power-gpio = <&gpio0 RK_PC0 GPIO_ACTIVE_LOW>;
       4G,reset-gpio = <&gpio0 RK_PB7 GPIO_ACTIVE_LOW>;
   }