spear-keyboard.txt 435 B

123456789101112131415161718192021
  1. * SPEAr keyboard controller
  2. Required properties:
  3. - compatible: "st,spear300-kbd"
  4. Optional properties, in addition to those specified by the shared
  5. matrix-keyboard bindings:
  6. - autorepeat: bool: enables key autorepeat
  7. - st,mode: keyboard mode: 0 - 9x9, 1 - 6x6, 2 - 2x2
  8. Example:
  9. kbd@fc400000 {
  10. compatible = "st,spear300-kbd";
  11. reg = <0xfc400000 0x100>;
  12. linux,keymap = < 0x00030012
  13. 0x0102003a >;
  14. autorepeat;
  15. st,mode = <0>;
  16. };