提交 4ae78e55 编写于 作者: M Michal Simek

ARM64: zynqmp: Enable gpio-led as heartbeat on zcu102

Show user that Linux is alive on the board.
Signed-off-by: NMichal Simek <michal.simek@xilinx.com>
上级 01b78c7e
......@@ -39,6 +39,15 @@
device_type = "memory";
reg = <0x0 0x0 0x0 0x80000000>, <0x8 0x00000000 0x0 0x80000000>;
};
leds {
compatible = "gpio-leds";
heartbeat_led {
label = "heartbeat";
gpios = <&gpio 23 0>;
linux,default-trigger = "heartbeat";
};
};
};
&can1 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册