3 #include <dt-bindings/gpio/gpio.h>
4 #include <dt-bindings/input/input.h>
6 /include/ "artpec3.dtsi"
9 model = "Axis P1343 Network Camera";
10 compatible = "axis,p1343";
17 uart0: serial@b003e000 {
23 compatible = "i2c-gpio";
24 gpios = <&gio 3 0 0xa>, <&gio 2 0 0xa>;
25 i2c-gpio,delay-us = <2>;
30 compatible = "nxp,pcf8563";
36 compatible = "gpio-leds";
39 label = "status:green";
40 gpios = <&gio 0 GPIO_ACTIVE_LOW 0xc>;
41 linux,default-trigger = "heartbeat";
46 gpios = <&gio 1 GPIO_ACTIVE_LOW 0xc>;
50 label = "network:green";
51 gpios = <&gio 2 GPIO_ACTIVE_LOW 0xc>;
55 label = "network:red";
56 gpios = <&gio 3 GPIO_ACTIVE_LOW 0xc>;
61 gpios = <&gio 4 GPIO_ACTIVE_LOW 0xc>;
66 compatible = "gpio-keys";
71 label = "Activity Button";
72 linux,code = <KEY_FN>;
73 gpios = <&gio 13 GPIO_ACTIVE_LOW 0xd>;