Back to home page

OSCL-LXR

 
 

    


0001 KEYMILE qrio Board Control CPLD
0002 
0003 The qrio is a multifunction device that controls the KEYMILE boards based on
0004 the kmp204x design.
0005 It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable
0006 GPIO blocks.
0007 
0008 Required properties:
0009 - compatible: "keymile,qriox"
0010 - reg: access on the parent local bus (chip select, offset in chip select, size)
0011 
0012 Example:
0013 
0014         board-control@1,0 {
0015                 compatible = "keymile,qriox";
0016                 reg = <1 0 0x80>;
0017         };