Re: [PATCH v3 09/10] ARM: dts: introduce MPS2 AN385/AN386
From: Linus Walleij <hidden>
Date: 2016-02-16 15:17:59
Also in:
linux-api, linux-arm-kernel, linux-serial, lkml
On Tue, Feb 16, 2016 at 11:08 AM, Vladimir Murzin [off-list ref] wrote:
Application Notes 385 and 386 shares the same memory map and features except the CPU is used. AN385 is supplied with Cortex-M3 CPU and AN386 is supplied with Cortex-M4. Signed-off-by: Vladimir Murzin <redacted>
(...)
+ fpgaio {
+ compatible = "syscon", "simple-mfd";
+ reg = <0x40028000 0x10>;
+
+ led@0 {
+ compatible = "register-bit-led";
+ offset = <0x0>;
+ mask = <0x01>;
+ label = "userled:0";
+ linux,default-trigger = "heartbeat";
+ default-state = "on";
+ };
+
+ led@1 {
+ compatible = "register-bit-led";
+ offset = <0x0>;
+ mask = <0x02>;
+ label = "userled:1";
+ linux,default-trigger = "usr";
+ default-state = "off";
+ };
+ };Thanks for using this. I worked hard to massage this into the core. Reviewed-by: Linus Walleij <redacted> Yours, Linus Walleij -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html