diff options
author | Luiz Souza <luiz@netgate.com> | 2017-06-20 21:27:01 -0500 |
---|---|---|
committer | Luiz Souza <luiz@netgate.com> | 2017-09-06 14:14:07 -0500 |
commit | 581d4fdd7f43d631b0ebcc014eec53e546140dff (patch) | |
tree | e6f8fa3da6cabf541e411e55a5c08726287abc31 /sys/boot | |
parent | 40d821bdf4d95495a6cc060a6d23a4ace422bb2a (diff) | |
download | FreeBSD-src-581d4fdd7f43d631b0ebcc014eec53e546140dff.zip FreeBSD-src-581d4fdd7f43d631b0ebcc014eec53e546140dff.tar.gz |
Enable the LED drivers on rogue-1.
(cherry picked from commit 93d0dfb01dd19bb4998f5f7ed1373bd85dc11b1c)
Diffstat (limited to 'sys/boot')
-rw-r--r-- | sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts b/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts index e20f201..e0ef189 100644 --- a/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts +++ b/sys/boot/fdt/dts/arm/armada-385-80300-0148-G00-X100.dts @@ -134,11 +134,26 @@ * brick the board. * Use this bus with caution. */ + + pca95520 { + compatible = "nxp,pca9552"; + gpio-controller; + #gpio-cells = <2>; + reg = <0x60>; + status = "okay"; + }; + + is31fl3199 { + compatible = "issi,is31fl3199"; + gpio-controller; + #gpio-cells = <2>; + reg = <0x67>; + status = "okay"; + }; }; /* TODO - Add definitions for the I2C LED/GPIO parts */ - /* TODO - Check address (reg?) value for switch/PHYs */ /* Rogue one uses the following pin mapping: * MPP[4] SMI_MDC * MPP[5] SMI_MDIO |