add comments
This commit is contained in:
parent
bf049e9e92
commit
4b41f91736
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@
|
|||
target = <&gpio>;
|
||||
__overlay__ {
|
||||
pitft_pins: pitft_pins {
|
||||
brcm,pins = <25 26>; /* dc pin */
|
||||
brcm,function = <1 1>; /* out */
|
||||
brcm,pull = <0 1>; /* no pull */
|
||||
brcm,pins = <25 26>; /* dc, backlite pin */
|
||||
brcm,function = <1 1>; /* out, out */
|
||||
brcm,pull = <0 0>; /* no pull */
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue