mirror of
https://github.com/54shady/kernel_drivers_examples.git
synced 2026-01-30 16:49:08 +00:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
/ {
|
|
my_test_node {
|
|
compatible = "test_platform";
|
|
irq_gpio = <&gpio0 GPIO_B1 IRQ_TYPE_EDGE_FALLING>;
|
|
};
|
|
};
|