brintos

brintos / linux-shallow public Read only

0
0
Text · 442 B · f301e2d Raw
18 lines · plain
1KEYMILE qrio Board Control CPLD2 3The qrio is a multifunction device that controls the KEYMILE boards based on4the kmp204x design.5It is consists of a reset controller, watchdog timer, LEDs, and 2 IRQ capable6GPIO blocks.7 8Required properties:9- compatible: "keymile,qriox"10- reg: access on the parent local bus (chip select, offset in chip select, size)11 12Example:13 14	board-control@1,0 {15		compatible = "keymile,qriox";16		reg = <1 0 0x80>;17	};18