xref: /linux/Documentation/devicetree/bindings/serio/olpc,ap-sp.txt (revision 597473720f4dc69749542bfcfed4a927a43d935e)
1*b56ece9aSDaniel DrakeOLPC AP-SP serio interface
2*b56ece9aSDaniel Drake
3*b56ece9aSDaniel DrakeRequired properties:
4*b56ece9aSDaniel Drake- compatible : "olpc,ap-sp"
5*b56ece9aSDaniel Drake- reg : base address and length of SoC's WTM registers
6*b56ece9aSDaniel Drake- interrupts : SP-AP interrupt
7*b56ece9aSDaniel Drake
8*b56ece9aSDaniel DrakeExample:
9*b56ece9aSDaniel Drake	ap-sp@d4290000 {
10*b56ece9aSDaniel Drake		compatible = "olpc,ap-sp";
11*b56ece9aSDaniel Drake		reg = <0xd4290000 0x1000>;
12*b56ece9aSDaniel Drake		interrupts = <40>;
13*b56ece9aSDaniel Drake	}
14