1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

Fix on z8102ax SIM

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-10-18 09:42:32 +02:00
parent b4dc277f47
commit 0c7e29227f

View file

@ -113,14 +113,14 @@
sim1 { sim1 {
gpio-export,name = "sim1"; gpio-export,name = "sim1";
gpio-export,output = <1>; gpio-export,output = <0>;
gpios = <&pio 6 GPIO_ACTIVE_HIGH>; gpios = <&pio 6 GPIO_ACTIVE_LOW>;
}; };
sim2 { sim2 {
gpio-export,name = "sim2"; gpio-export,name = "sim2";
gpio-export,output = <1>; gpio-export,output = <0>;
gpios = <&pio 7 GPIO_ACTIVE_HIGH>; gpios = <&pio 7 GPIO_ACTIVE_LOW>;
}; };
}; };
}; };