xref: /freebsd/sys/contrib/device-tree/Bindings/serio/olpc,ap-sp.txt (revision c66ec88fed842fbaad62c30d510644ceb7bd2d71)
1*c66ec88fSEmmanuel VadotOLPC AP-SP serio interface
2*c66ec88fSEmmanuel Vadot
3*c66ec88fSEmmanuel VadotRequired properties:
4*c66ec88fSEmmanuel Vadot- compatible : "olpc,ap-sp"
5*c66ec88fSEmmanuel Vadot- reg : base address and length of SoC's WTM registers
6*c66ec88fSEmmanuel Vadot- interrupts : SP-AP interrupt
7*c66ec88fSEmmanuel Vadot
8*c66ec88fSEmmanuel VadotExample:
9*c66ec88fSEmmanuel Vadot	ap-sp@d4290000 {
10*c66ec88fSEmmanuel Vadot		compatible = "olpc,ap-sp";
11*c66ec88fSEmmanuel Vadot		reg = <0xd4290000 0x1000>;
12*c66ec88fSEmmanuel Vadot		interrupts = <40>;
13*c66ec88fSEmmanuel Vadot	}
14