tegra: fdt: Add keyboard controller definition

The Tegra keyboard controller provides a simple interface to a matrix
keyboard.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Warren <twarren@nvidia.com>
This commit is contained in:
Anton Staff 2012-04-17 09:01:33 +00:00 committed by Albert ARIBAUD
parent 7e91f40dd5
commit 8436fbc392

View File

@ -200,4 +200,8 @@
reg = <0x7000f400 0x200>;
};
kbc@7000e200 {
compatible = "nvidia,tegra20-kbc";
reg = <0x7000e200 0x0078>;
};
};