From ed49704845bb5de16b8f706c1cf643fce9c92f76 Mon Sep 17 00:00:00 2001 From: br Date: Tue, 25 Feb 2014 17:02:11 +0000 Subject: - Pin configuration is a complete iomux register now and includes drive strength, pull mode, mux mode, speed, etc. - Add i2c devices to the tree - Add IPG clock --- sys/boot/fdt/dts/vybrid-quartz.dts | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'sys/boot/fdt/dts/vybrid-quartz.dts') diff --git a/sys/boot/fdt/dts/vybrid-quartz.dts b/sys/boot/fdt/dts/vybrid-quartz.dts index 3a8882c..d978796 100644 --- a/sys/boot/fdt/dts/vybrid-quartz.dts +++ b/sys/boot/fdt/dts/vybrid-quartz.dts @@ -45,11 +45,16 @@ fec1: ethernet@400D1000 { status = "okay"; - iomux_config = < 54 0x1 55 0x1 - 56 0x1 57 0x1 - 58 0x1 59 0x1 - 60 0x1 61 0x1 - 62 0x1 0 0x2 >; + iomux_config = < 54 0x103192 + 55 0x103193 + 56 0x103191 + 57 0x103191 + 58 0x103191 + 59 0x103191 + 60 0x103192 + 61 0x103192 + 62 0x103192 + 0 0x203191 >; }; edma1: edma@40098000 { -- cgit v1.1