diff options
author | Lars Povlsen <lars.povlsen@microsemi.com> | 2019-01-02 09:52:23 +0100 |
---|---|---|
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2019-01-16 13:56:43 +0100 |
commit | 738f2b148d78098df959e89fa467d63a4e4358c5 (patch) | |
tree | e94d9f1fb88de1ef09d3e156649ca7a354e9a0dc /arch/mips/dts/luton_pcb090.dts | |
parent | 2a48c15d2e4d43d6fbac427d03ef73f41d8708ae (diff) |
mips: luton: DT: Enable use of serial gpio
This enables the use of the MSCC serial GPIO driver, and add gpio-leds
nodes to the 'luton' pcb090 and pcb091 DT.
Signed-off-by: Lars Povlsen <lars.povlsen@microsemi.com>
Diffstat (limited to 'arch/mips/dts/luton_pcb090.dts')
-rw-r--r-- | arch/mips/dts/luton_pcb090.dts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/mips/dts/luton_pcb090.dts b/arch/mips/dts/luton_pcb090.dts index a3f8926ad9..951d8da1be 100644 --- a/arch/mips/dts/luton_pcb090.dts +++ b/arch/mips/dts/luton_pcb090.dts @@ -18,6 +18,27 @@ chosen { stdout-path = "serial0:115200n8"; }; + + gpio-leds { + compatible = "gpio-leds"; + + status_green { + label = "pcb090:green:status"; + gpios = <&sgpio 64 GPIO_ACTIVE_HIGH>; /* p0.2 */ + default-state = "on"; + }; + + status_red { + label = "pcb090:red:status"; + gpios = <&sgpio 65 GPIO_ACTIVE_HIGH>; /* p1.2 */ + default-state = "off"; + }; + }; +}; + +&sgpio { + status = "okay"; + gpio-ranges = <&sgpio 0 0 96>; }; &uart0 { |