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