Skip to content
Snippets Groups Projects
Commit 4bc9a193 authored by Simon Glass's avatar Simon Glass
Browse files

dm: sandbox: dts: Add a GPIO bank


Add a bank of GPIOs for sandbox which can be used for testing this
functionality.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 9165e842
No related branches found
No related tags found
No related merge requests found
...@@ -113,4 +113,12 @@ ...@@ -113,4 +113,12 @@
0x070b0067 0x070c0069>; 0x070b0067 0x070c0069>;
}; };
gpio_a: gpios {
gpio-controller;
compatible = "sandbox,gpio";
#gpio-cells = <1>;
gpio-bank-name = "a";
num-gpios = <20>;
};
}; };
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