1 // SPDX-License-Identifier: GPL-2.0
4 #include <dt-bindings/gpio/gpio.h>
5 #include <dt-bindings/input/input.h>
7 /include/ "artpec3.dtsi"
10 model = "Axis P1343 Network Camera";
11 compatible = "axis,p1343";
18 uart0: serial@b003e000 {
24 compatible = "i2c-gpio";
25 gpios = <&gio 3 0 0xa>, <&gio 2 0 0xa>;
26 i2c-gpio,delay-us = <2>;
31 compatible = "nxp,pcf8563";
37 compatible = "gpio-leds";
40 label = "status:green";
41 gpios = <&gio 0 GPIO_ACTIVE_LOW 0xc>;
42 linux,default-trigger = "heartbeat";
47 gpios = <&gio 1 GPIO_ACTIVE_LOW 0xc>;
51 label = "network:green";
52 gpios = <&gio 2 GPIO_ACTIVE_LOW 0xc>;
56 label = "network:red";
57 gpios = <&gio 3 GPIO_ACTIVE_LOW 0xc>;
62 gpios = <&gio 4 GPIO_ACTIVE_LOW 0xc>;
67 compatible = "gpio-keys";
72 label = "Activity Button";
73 linux,code = <KEY_FN>;
74 gpios = <&gio 13 GPIO_ACTIVE_LOW 0xd>;