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:
parent
b4dc277f47
commit
0c7e29227f
1 changed files with 4 additions and 4 deletions
|
@ -113,14 +113,14 @@
|
|||
|
||||
sim1 {
|
||||
gpio-export,name = "sim1";
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&pio 6 GPIO_ACTIVE_HIGH>;
|
||||
gpio-export,output = <0>;
|
||||
gpios = <&pio 6 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
sim2 {
|
||||
gpio-export,name = "sim2";
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&pio 7 GPIO_ACTIVE_HIGH>;
|
||||
gpio-export,output = <0>;
|
||||
gpios = <&pio 7 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue