Skip to content
Snippets Groups Projects
Commit 8436fbc3 authored by Anton Staff's avatar Anton Staff Committed by Albert ARIBAUD
Browse files

tegra: fdt: Add keyboard controller definition


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

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
parent 7e91f40d
No related branches found
No related tags found
No related merge requests found
......@@ -200,4 +200,8 @@
reg = <0x7000f400 0x200>;
};
kbc@7000e200 {
compatible = "nvidia,tegra20-kbc";
reg = <0x7000e200 0x0078>;
};
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment