Files
kernel_drivers_examples/debug/interrupt/test.dtsi
2016-09-26 17:14:42 +00:00

7 lines
112 B
Plaintext

/ {
my_test_node {
compatible = "test_platform";
irq_gpio = <&gpio0 GPIO_B1 IRQ_TYPE_EDGE_FALLING>;
};
};