提交 02c2455e 编写于 作者: B Baolin Wang 提交者: Olof Johansson

arm64: dts: sprd: Add SC27XX breathing light controller device

The SC27xx breathing light controller can support 3 outputs:
red LED, green LED and blue LED.
Signed-off-by: NBaolin Wang <baolin.wang@linaro.org>
Signed-off-by: NOlof Johansson <olof@lixom.net>
上级 021c9179
......@@ -17,6 +17,28 @@
#address-cells = <1>;
#size-cells = <0>;
led-controller@200 {
compatible = "sprd,sc27xx-bltc", "sprd,sc2731-bltc";
reg = <0x200>;
#address-cells = <1>;
#size-cells = <0>;
led@0 {
label = "red";
reg = <0x0>;
};
led@1 {
label = "green";
reg = <0x1>;
};
led@2 {
label = "blue";
reg = <0x2>;
};
};
rtc@280 {
compatible = "sprd,sc27xx-rtc", "sprd,sc2731-rtc";
reg = <0x280>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册