We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1e05c commit e0ca880Copy full SHA for e0ca880
dts/riscv/bflb/bl61x.dtsi
@@ -9,6 +9,8 @@
9
#include <dt-bindings/pinctrl/bflb-common-pinctrl.h>
10
#include <dt-bindings/pinctrl/bl61x-pinctrl.h>
11
#include <dt-bindings/clock/bflb_bl61x_clock.h>
12
+#include <zephyr/dt-bindings/gpio/gpio.h>
13
+#include <zephyr/dt-bindings/input/input-event-codes.h>
14
15
/ {
16
#address-cells = <1>;
@@ -115,7 +117,7 @@
115
117
status = "okay";
116
118
119
gpio0: gpio@20000000 {
- compatible = "bflb,gpio";
120
+ compatible = "bflb,bl61x-gpio";
121
reg = <0x20000000 0x1000>;
122
#gpio-cells = <2>;
123
#bflb,pin-cells = <2>;
0 commit comments