diff options
author | manu <manu@FreeBSD.org> | 2016-06-09 17:10:19 +0000 |
---|---|---|
committer | manu <manu@FreeBSD.org> | 2016-06-09 17:10:19 +0000 |
commit | b1cea3372f36e814de42f9c75561b62505267107 (patch) | |
tree | cf2246033d54135f71af61cba64a1461572e8b78 /sys/modules | |
parent | c2a2f8cf8bd05e4dc1e4b6b1d13754c57e2b176e (diff) | |
download | FreeBSD-src-b1cea3372f36e814de42f9c75561b62505267107.zip FreeBSD-src-b1cea3372f36e814de42f9c75561b62505267107.tar.gz |
Add PCDuino3b dts. It uses the pcduino3 dts from upstream and adds the hdmi node, axp gpio and changes the phy mode to rgmii.
Approved by: andrew (mentor)
Differential Revision: https://reviews.freebsd.org/D6775
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/dtb/allwinner/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/dtb/allwinner/Makefile b/sys/modules/dtb/allwinner/Makefile index e95d7bb..9dd0799 100644 --- a/sys/modules/dtb/allwinner/Makefile +++ b/sys/modules/dtb/allwinner/Makefile @@ -7,6 +7,7 @@ DTS= \ cubieboard2.dts \ olimex-a20-som-evb.dts \ olinuxino-lime.dts \ + pcduino3b.dts \ sinovoip-bpi-m3.dts .include <bsd.dtb.mk> |