Back to home page

OSCL-LXR

 
 

    


0001 Turris Mox Moxtet GPIO expander via Moxtet bus
0002 
0003 Required properties:
0004  - compatible           : Should be "cznic,moxtet-gpio".
0005  - gpio-controller      : Marks the device node as a GPIO controller.
0006  - #gpio-cells          : Should be two. For consumer use see gpio.txt.
0007 
0008 Other properties are required for a Moxtet bus device, please refer to
0009 Documentation/devicetree/bindings/bus/moxtet.txt.
0010 
0011 Example:
0012 
0013         moxtet_sfp: gpio@0 {
0014                 compatible = "cznic,moxtet-gpio";
0015                 gpio-controller;
0016                 #gpio-cells = <2>;
0017                 reg = <0>;
0018         }