r5637 - in trunk/gta02-core: . components docs/ecn expanded

daveb at docs.openmoko.org daveb at docs.openmoko.org
Mon Sep 14 00:46:40 CEST 2009


Author: daveb
Date: 2009-09-14 00:46:40 +0200 (Mon, 14 Sep 2009)
New Revision: 5637

Added:
   trunk/gta02-core/components/ntgd1100l.lib
Modified:
   trunk/gta02-core/components/INFO
   trunk/gta02-core/components/gta02-core-comp.pro
   trunk/gta02-core/components/mkloe
   trunk/gta02-core/docs/ecn/ecn0030.txt
   trunk/gta02-core/expanded/modem.sch
   trunk/gta02-core/modem.sch
   trunk/gta02-core/pmu.sch
Log:
- new IO2V8 power net for Telit GSM modem
- new component NTDG1100L
- Reinstate GSM power switch, using the NTDG1100L
- Remove duplicate test points (Doh!)
- yes 33R probably was to small! :-)


Modified: trunk/gta02-core/components/INFO
===================================================================
--- trunk/gta02-core/components/INFO	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/components/INFO	2009-09-13 22:46:40 UTC (rev 5637)
@@ -151,6 +151,11 @@
 A: pmu-xtal
 D: http://www.mcrystal.ch/CMSPages/GetFile.aspx?nodeguid=fdbd2648-e362-4783-9812-bde5df5df8c8
 
+# new GSM power switch
+S: ntgd1100l
+A: gsm-switch
+D: http://www.onsemi.com/pub_link/Collateral/NTGD1100L-D.PDF
+
 # PMU
 S: pcf50633-04-n3
 A: pmu
@@ -168,7 +173,7 @@
 
 # GSM switch
 S: rt9702
-A: gsm-switch
+#A: gsm-switch
 D: http://www.richtek.com/download.jsp?t=UyUyRmFzc2V0cyUyRnByb2R1Y3RfZmlsZSUyRlJUOTcwMiUzRFJUOTcwMkElMkZEUzk3MDJBLTEy%0ALnBkZiUzRCUzRCUzRERTOTcwMkEtMTJD
 
 # USB Switch

Modified: trunk/gta02-core/components/gta02-core-comp.pro
===================================================================
--- trunk/gta02-core/components/gta02-core-comp.pro	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/components/gta02-core-comp.pro	2009-09-13 22:46:40 UTC (rev 5637)
@@ -1,4 +1,4 @@
-update=Tue 08 Sep 2009 19:54:04 BST
+update=Sun 13 Sep 2009 22:57:58 BST
 version=1
 last_client=eeschema
 [pcbnew]
@@ -154,3 +154,4 @@
 LibName47=./antenna
 LibName48=./wm3236aq.lib
 LibName49=./gsm_antenna
+LibName50=ntgd1100l

Modified: trunk/gta02-core/components/mkloe
===================================================================
--- trunk/gta02-core/components/mkloe	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/components/mkloe	2009-09-13 22:46:40 UTC (rev 5637)
@@ -9,7 +9,7 @@
 COMPS="$COMPS coax dfbm-cs320 exc24cb102u gta02_wlan_h gta02_wlan_s"
 COMPS="$COMPS td028ttec1 varistor vibrator jack_4p microphone debug_con"
 COMPS="$COMPS btp-03ja4g antenna r_us gta02_power upg2012tb zxct1009"
-COMPS="$COMPS ge865 adg3304 bf2520 wm3236aq  mm8430-2610 wte06016"
+COMPS="$COMPS ge865 adg3304 bf2520 wm3236aq  mm8430-2610 wte06016 ntgd1100l"
 
 LIB=gta02-core.lib
 

Added: trunk/gta02-core/components/ntgd1100l.lib
===================================================================
--- trunk/gta02-core/components/ntgd1100l.lib	                        (rev 0)
+++ trunk/gta02-core/components/ntgd1100l.lib	2009-09-13 22:46:40 UTC (rev 5637)
@@ -0,0 +1,35 @@
+EESchema-LIBRARY Version 2.3  Date: Sun 13 Sep 2009 23:00:08 BST
+#
+# NTGD1100L
+#
+DEF NTGD1100L U 0 40 Y Y 1 F N
+F0 "U" 0 50 60 H V C CNN
+F1 "NTGD1100L" 0 -100 60 H V C CNN
+DRAW
+S -450 500 450 -500 0 1 0 N
+X D1/G1 6 650 -250 200 L 50 50 1 1 P
+X VOUT 3 650 200 200 L 50 50 1 1 w
+X VOUT 2 650 350 200 L 50 50 1 1 w
+X EN 5 -650 -250 200 R 50 50 1 1 I
+X VIN 4 -650 250 200 R 50 50 1 1 W
+X GND 1 0 -700 200 U 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+# RT9702APB
+#
+DEF RT9702APB U 0 40 Y Y 1 F N
+F0 "U" 0 50 60 H V C CNN
+F1 "RT9702APB" 0 -100 60 H V C CNN
+DRAW
+S -450 500 450 -500 0 1 0 N
+X D1/G1 6 650 -250 200 L 50 50 1 1 w
+X VOUT 2 650 200 200 L 50 50 1 1 w
+X VOUT 3 650 350 200 L 50 50 1 1 C
+X EN 5 -650 -250 200 R 50 50 1 1 I
+X VIN 4 -650 250 200 R 50 50 1 1 W
+X GND 1 0 -700 200 U 50 50 1 1 W
+ENDDRAW
+ENDDEF
+#
+#End Library

Modified: trunk/gta02-core/docs/ecn/ecn0030.txt
===================================================================
--- trunk/gta02-core/docs/ecn/ecn0030.txt	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/docs/ecn/ecn0030.txt	2009-09-13 22:46:40 UTC (rev 5637)
@@ -23,7 +23,7 @@
 http://www.telit.com/module/infopool/download.php?id=620
 
 
-Remove GSM Power switch (U1705) and GSM_ON net.
+Replace GSM Power switch (U1705) with NTGD1100L, remove GSM_ON net.
 Route MODEM_ON and MODEM_RST to open-drain GPIO's on PMU
 Allow only for the internal antenna
 

Modified: trunk/gta02-core/expanded/modem.sch
===================================================================
--- trunk/gta02-core/expanded/modem.sch	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/expanded/modem.sch	2009-09-13 22:46:40 UTC (rev 5637)
@@ -1,5 +1,5 @@
-EESchema Schematic File Version 2  date Wed Aug 12 21:12:15 2009
-LIBS:power,device,conn,gta02-core-expanded,gta02-core-expanded-cache
+EESchema Schematic File Version 2  date Sun 13 Sep 2009 23:03:30 BST
+LIBS:power,device,conn,gta02-core-expanded
 EELAYER 24  0
 EELAYER END
 $Descr A4 11700 8267
@@ -14,6 +14,15 @@
 Comment4 ""
 $EndDescr
 $Comp
+L XNTGD1100L U?
+U 1 1 4AAD6C34
+P 9200 3750
+F 0 "U?" H 9200 3800 60  0000 C CNN
+F 1 "XNTGD1100L" H 9200 3650 60  0000 C CNN
+	1    9200 3750
+	1    0    0    -1  
+$EndComp
+$Comp
 L XGE865 U?
 U 1 1 4A835A50
 P 5650 3850

Modified: trunk/gta02-core/modem.sch
===================================================================
--- trunk/gta02-core/modem.sch	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/modem.sch	2009-09-13 22:46:40 UTC (rev 5637)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2  date Tue 08 Sep 2009 20:34:50 BST
+EESchema Schematic File Version 2  date Sun 13 Sep 2009 23:37:27 BST
 LIBS:power,device,conn,gta02-core,gta02-core-cache
 EELAYER 24  0
 EELAYER END
@@ -13,310 +13,304 @@
 Comment3 ""
 Comment4 ""
 $EndDescr
-Connection ~ 7500 4450
 Wire Wire Line
-	7700 4450 7200 4450
+	11550 6850 9250 6850
 Wire Wire Line
-	7200 4450 7200 5650
+	7700 6650 8100 6650
 Wire Notes Line
-	4700 5600 4550 5600
+	2100 4750 2100 5000
 Wire Notes Line
-	4550 5600 4550 5000
+	2100 5000 4550 5000
 Wire Wire Line
-	12600 2100 12600 2300
-Connection ~ 7500 4750
+	2050 5050 4500 5050
 Wire Wire Line
-	7500 4950 7500 4750
-Connection ~ 4850 4100
+	2050 5050 2050 4700
 Wire Wire Line
-	4850 4000 4850 4300
+	7500 4250 7500 4450
+Connection ~ 13100 5150
 Wire Wire Line
-	5650 3200 5650 3400
-Connection ~ 4100 5750
+	13250 5150 12900 5150
 Wire Wire Line
-	4100 5600 4100 5750
+	3300 5750 4700 5750
 Wire Wire Line
-	9050 6850 11550 6850
+	4300 7800 4300 7550
 Wire Wire Line
-	4500 7800 4500 7650
+	4300 7550 4700 7550
 Wire Wire Line
-	4600 7250 4600 7450
+	4100 7300 4500 7300
 Wire Wire Line
-	4600 7250 4700 7250
+	4500 7300 4500 7150
 Wire Wire Line
-	4400 7150 4400 7050
+	4500 7150 4700 7150
 Wire Wire Line
-	4400 7150 4100 7150
-Connection ~ 8100 5950
+	11550 6250 9250 6250
 Wire Wire Line
-	8300 5800 8100 5800
+	9250 6250 9250 6100
 Wire Wire Line
-	8100 5800 8100 5950
+	9250 6100 7200 6100
 Wire Wire Line
-	7200 6250 7200 6100
+	7700 5950 8300 5950
 Wire Wire Line
-	7200 6250 7000 6250
+	8300 7150 7900 7150
 Wire Wire Line
-	8100 6650 8100 6800
-Connection ~ 10150 6450
+	7900 7150 7900 6950
 Wire Wire Line
-	10150 7150 10150 6450
+	7900 6950 7700 6950
 Wire Wire Line
-	8500 5150 8900 5150
+	8300 6350 7700 6350
 Wire Wire Line
-	7700 4750 7350 4750
+	11550 6650 9050 6650
 Wire Wire Line
-	7350 4750 7350 5750
+	11550 6450 7000 6450
 Wire Wire Line
-	7350 5750 7000 5750
+	8100 5150 7700 5150
 Wire Wire Line
-	7200 5950 7000 5950
+	7700 5150 7700 5850
 Wire Wire Line
-	7200 6950 7000 6950
+	7700 5850 7000 5850
 Wire Wire Line
-	4850 4100 5650 4100
+	8300 6800 8100 6800
 Wire Wire Line
-	8900 5150 8900 5350
-Connection ~ 10350 6650
+	7200 6350 7000 6350
 Wire Wire Line
-	10350 6050 10350 6650
-Connection ~ 9950 6450
+	7200 6650 7000 6650
+Connection ~ 10750 6850
 Wire Wire Line
-	9950 6450 9950 6050
+	10750 6850 10750 6050
 Wire Wire Line
-	12750 6450 13350 6450
-Connection ~ 10350 5350
+	9050 6650 9050 6550
 Wire Wire Line
-	10750 5350 9550 5350
+	9050 6550 7000 6550
 Wire Wire Line
-	4500 5650 4500 5050
+	4700 7650 4500 7650
+Connection ~ 10150 5350
 Wire Wire Line
-	4500 5650 4700 5650
+	10150 5150 10150 5350
+Connection ~ 9950 5350
 Wire Wire Line
-	10350 5350 10350 5550
+	11350 4750 11350 6050
 Wire Wire Line
-	10750 5350 10750 5550
+	9950 5350 9950 5550
 Wire Wire Line
-	12750 6850 13350 6850
-Connection ~ 9550 6250
+	9550 5550 9550 5350
 Wire Wire Line
-	9550 6250 9550 6050
+	12950 7400 13150 7400
 Wire Wire Line
-	13150 7350 13150 7400
+	12950 7400 12950 7050
 Wire Wire Line
-	12900 4250 12900 4450
+	11550 7050 11350 7050
 Wire Wire Line
-	12600 2300 12200 2300
-Connection ~ 6200 8950
+	11700 2300 11500 2300
 Wire Wire Line
-	6200 8750 6200 8950
-Connection ~ 6000 8950
+	11500 2300 11500 2100
 Wire Wire Line
-	6000 8950 6000 8750
-Connection ~ 5800 8950
+	7000 5650 7200 5650
+Connection ~ 5400 8950
 Wire Wire Line
-	5800 8950 5800 8750
-Connection ~ 5600 8950
+	5400 9150 5400 8750
+Connection ~ 6100 8950
 Wire Wire Line
-	5600 8950 5600 8750
+	6100 8750 6100 8950
+Connection ~ 5900 8950
 Wire Wire Line
-	6300 8750 6300 8950
+	5900 8750 5900 8950
+Connection ~ 5700 8950
 Wire Wire Line
-	6300 8950 5400 8950
+	5700 8750 5700 8950
+Connection ~ 5500 8950
 Wire Wire Line
-	4100 7000 4300 7000
+	5500 8750 5500 8950
 Wire Wire Line
-	4300 7000 4300 6950
+	4700 7050 4400 7050
 Wire Wire Line
-	4300 6950 4700 6950
+	4100 7450 4600 7450
 Wire Wire Line
-	4700 6550 4300 6550
+	4100 6850 4700 6850
 Wire Wire Line
-	4300 6550 4300 6600
+	4700 6150 4300 6150
 Wire Wire Line
-	4300 6600 4100 6600
+	4300 6150 4300 6100
 Wire Wire Line
-	4100 6250 4700 6250
-Connection ~ 5250 4100
+	4300 6100 4100 6100
 Wire Wire Line
-	4850 4700 4850 4900
+	4100 6450 4700 6450
+Connection ~ 5650 4850
 Wire Wire Line
-	6000 5050 6000 4850
+	5650 5050 5650 3900
 Wire Wire Line
-	6000 4850 5650 4850
+	5250 4700 5250 4900
 Wire Wire Line
-	13100 5750 13100 5950
+	5250 4300 5250 4100
+Connection ~ 5650 4100
+Connection ~ 5900 4850
 Wire Wire Line
-	12900 4950 12900 6050
-Connection ~ 11350 4950
-Connection ~ 12900 5150
+	5900 5050 5900 4850
 Wire Wire Line
-	12750 7050 12950 7050
+	12750 6650 13350 6650
 Wire Wire Line
-	11350 7250 11350 7050
+	12750 6250 13350 6250
 Wire Wire Line
-	12900 6050 12750 6050
+	11550 5550 11550 5750
 Wire Wire Line
-	11550 6050 11350 6050
-Wire Wire Line
-	11350 4950 11550 4950
-Wire Wire Line
-	11550 4950 11550 5150
-Wire Wire Line
 	13100 5150 13100 5350
 Wire Wire Line
-	11550 5550 11550 5750
+	11550 5150 11550 4950
 Wire Wire Line
-	12750 6250 13350 6250
+	11550 4950 11350 4950
 Wire Wire Line
-	12750 6650 13350 6650
+	11350 6050 11550 6050
 Wire Wire Line
-	5900 5050 5900 4850
-Connection ~ 5900 4850
-Connection ~ 5650 4100
+	12750 6050 12900 6050
 Wire Wire Line
-	5250 4300 5250 4100
+	11350 7050 11350 7250
 Wire Wire Line
-	5250 4700 5250 4900
+	12950 7050 12750 7050
+Connection ~ 12900 5150
+Connection ~ 11350 4950
 Wire Wire Line
-	5650 5050 5650 3900
-Connection ~ 5650 4850
+	12900 6050 12900 4950
 Wire Wire Line
-	4100 6450 4700 6450
+	13100 5750 13100 5950
 Wire Wire Line
-	4100 6100 4300 6100
+	5650 4850 6000 4850
 Wire Wire Line
-	4300 6100 4300 6150
+	6000 4850 6000 5050
 Wire Wire Line
-	4300 6150 4700 6150
+	4850 4700 4850 4900
+Connection ~ 5250 4100
 Wire Wire Line
-	4100 6850 4700 6850
+	4100 6250 4700 6250
 Wire Wire Line
-	4600 7450 4100 7450
+	4100 6600 4300 6600
 Wire Wire Line
-	4400 7050 4700 7050
+	4300 6600 4300 6550
 Wire Wire Line
-	5500 8750 5500 8950
-Connection ~ 5500 8950
+	4300 6550 4700 6550
 Wire Wire Line
-	5700 8750 5700 8950
-Connection ~ 5700 8950
+	4700 6950 4300 6950
 Wire Wire Line
-	5900 8750 5900 8950
-Connection ~ 5900 8950
+	4300 6950 4300 7000
 Wire Wire Line
-	6100 8750 6100 8950
-Connection ~ 6100 8950
+	4300 7000 4100 7000
 Wire Wire Line
-	5400 9150 5400 8750
-Connection ~ 5400 8950
+	5400 8950 6300 8950
 Wire Wire Line
-	7200 5650 7000 5650
+	6300 8950 6300 8750
 Wire Wire Line
-	11500 2100 11500 2300
+	5600 8950 5600 8750
+Connection ~ 5600 8950
 Wire Wire Line
-	11500 2300 11700 2300
+	5800 8950 5800 8750
+Connection ~ 5800 8950
 Wire Wire Line
-	11350 7050 11550 7050
+	6000 8950 6000 8750
+Connection ~ 6000 8950
 Wire Wire Line
-	12950 7050 12950 7400
+	6200 8750 6200 8950
+Connection ~ 6200 8950
 Wire Wire Line
-	12950 7400 13150 7400
+	12200 2300 12600 2300
 Wire Wire Line
-	9550 5350 9550 5550
+	12900 4250 12900 4450
 Wire Wire Line
-	9950 5350 9950 5550
+	13150 7400 13150 7350
 Wire Wire Line
-	11350 6050 11350 4750
-Connection ~ 9950 5350
+	9550 6250 9550 6050
+Connection ~ 9550 6250
 Wire Wire Line
-	10150 5150 10150 5350
-Connection ~ 10150 5350
+	12750 6850 13350 6850
 Wire Wire Line
-	4500 7650 4700 7650
+	10750 5550 10750 5350
 Wire Wire Line
-	7000 6550 9050 6550
+	10350 5350 10350 5550
 Wire Wire Line
-	9050 6550 9050 6650
+	4700 5650 4500 5650
 Wire Wire Line
-	10750 6850 10750 6050
-Connection ~ 10750 6850
+	4500 5650 4500 5050
 Wire Wire Line
-	7200 6650 7000 6650
+	10750 5350 9550 5350
+Connection ~ 10350 5350
 Wire Wire Line
-	7200 6350 7000 6350
+	12750 6450 13350 6450
 Wire Wire Line
-	8100 6800 8300 6800
+	9950 6450 9950 6050
+Connection ~ 9950 6450
 Wire Wire Line
-	7000 5850 7700 5850
+	10350 6050 10350 6650
+Connection ~ 10350 6650
 Wire Wire Line
-	7700 5850 7700 5150
+	8900 5350 8900 5150
 Wire Wire Line
-	7700 5150 8100 5150
+	4850 4100 5650 4100
 Wire Wire Line
-	9750 6250 9750 7150
-Connection ~ 9750 6250
+	7200 6950 7000 6950
 Wire Wire Line
-	10550 6650 10550 7150
-Connection ~ 10550 6650
+	7200 5950 7000 5950
 Wire Wire Line
-	11550 6450 7000 6450
+	7000 5750 7350 5750
 Wire Wire Line
-	9050 6650 11550 6650
+	7350 5750 7350 4750
 Wire Wire Line
-	8300 6350 7700 6350
+	7350 4750 7700 4750
 Wire Wire Line
-	7700 6950 7900 6950
+	8900 5150 8500 5150
 Wire Wire Line
-	7900 6950 7900 7150
+	10150 7150 10150 6450
+Connection ~ 10150 6450
 Wire Wire Line
-	7900 7150 8300 7150
+	8100 6800 8100 6650
 Wire Wire Line
-	7700 6650 8300 6650
-Connection ~ 8100 6650
+	7000 6250 7200 6250
 Wire Wire Line
-	8300 6200 8100 6200
+	7200 6250 7200 6100
 Wire Wire Line
-	8100 6200 8100 6350
-Connection ~ 8100 6350
+	8100 5950 8100 5800
 Wire Wire Line
-	7700 5950 8300 5950
+	8100 5800 8300 5800
+Connection ~ 8100 5950
 Wire Wire Line
-	7200 6100 9250 6100
+	4100 7150 4400 7150
 Wire Wire Line
-	9250 6100 9250 6250
+	4400 7150 4400 7050
 Wire Wire Line
-	9250 6250 11550 6250
+	4700 7250 4600 7250
 Wire Wire Line
-	8300 7000 8100 7000
+	4600 7250 4600 7450
 Wire Wire Line
-	8100 7000 8100 7150
-Connection ~ 8100 7150
+	4500 7650 4500 7800
 Wire Wire Line
-	4700 7150 4500 7150
+	4100 5600 4100 5750
+Connection ~ 4100 5750
 Wire Wire Line
-	4500 7150 4500 7300
+	5650 3200 5650 3400
 Wire Wire Line
-	4500 7300 4100 7300
+	4850 4000 4850 4300
+Connection ~ 4850 4100
 Wire Wire Line
-	4700 7550 4300 7550
+	7500 4950 7500 4750
+Connection ~ 7500 4750
 Wire Wire Line
-	4300 7550 4300 7800
-Wire Wire Line
-	3300 5750 4700 5750
-Wire Wire Line
-	13250 5150 12900 5150
-Connection ~ 13100 5150
-Wire Wire Line
-	7500 4250 7500 4450
-Wire Wire Line
-	2050 4700 2050 5050
-Wire Wire Line
-	2050 5050 4500 5050
+	12600 2300 12600 2100
 Wire Notes Line
-	4550 5000 2100 5000
+	4550 5000 4550 5600
 Wire Notes Line
-	2100 5000 2100 4750
+	4550 5600 4700 5600
+Wire Wire Line
+	7200 5650 7200 4450
+Wire Wire Line
+	7200 4450 7700 4450
+Connection ~ 7500 4450
+Text Notes 7300 7400 0    50   ~ 0
+R8102 - R8105 should be placed close to the CPU
+$Comp
+L VBAT #PWR?
+U 1 1 4AAD6ED5
+P 5650 3200
+F 0 "#PWR?" H 5650 3100 50  0001 C CNN
+F 1 "VBAT" H 5650 3350 50  0000 C CNN
+	1    5650 3200
+	1    0    0    -1  
+$EndComp
 Text Notes 2450 4950 0    50   ~ 0
 RF trace - characteristic impedance is 50ohm
 $Comp
@@ -356,7 +350,7 @@
 	0    1    1    0   
 $EndComp
 NoConn ~ 7000 7750
-Text Label 9050 6850 0    60   ~ 0
+Text Label 9250 6850 0    60   ~ 0
 SERVICE
 Text Label 3300 5750 0    60   ~ 0
 SERVICE
@@ -368,82 +362,37 @@
 Text Notes 11150 8150 0    50   ~ 0
 TODO:\necn for SIM RF-bypass changes
 $Comp
-L TST P8109
-U 1 1 4A9C5951
-P 8300 7000
-F 0 "P8109" V 8300 7300 40  0000 C CNN
-F 1 " " H 8300 7250 30  0000 C CNN
-	1    8300 7000
-	0    1    1    0   
-$EndComp
-$Comp
-L TST P8106
+L TST TP8106
 U 1 1 4A9C56F0
 P 8300 5800
-F 0 "P8106" V 8300 6100 40  0000 C CNN
+F 0 "TP8106" V 8300 6150 40  0000 C CNN
 F 1 " " H 8300 6050 30  0000 C CNN
 	1    8300 5800
 	0    1    1    0   
 $EndComp
 $Comp
-L TST P8108
-U 1 1 4A9C5666
-P 8300 6650
-F 0 "P8108" V 8300 6950 40  0000 C CNN
-F 1 " " H 8300 6900 30  0000 C CNN
-	1    8300 6650
-	0    1    1    0   
-$EndComp
-$Comp
-L TST P8107
-U 1 1 4A9C55BB
-P 8300 6200
-F 0 "P8107" V 8300 6500 40  0000 C CNN
-F 1 " " H 8300 6450 30  0000 C CNN
-	1    8300 6200
-	0    1    1    0   
-$EndComp
-$Comp
-L TST P8112
-U 1 1 4A9C54ED
-P 10550 7150
-F 0 "P8112" H 10550 7400 40  0000 C CNN
-F 1 " " H 10550 7400 30  0000 C CNN
-	1    10550 7150
-	-1   0    0    1   
-$EndComp
-$Comp
-L TST P8111
+L TST TP8107
 U 1 1 4A9C54EA
 P 10150 7150
-F 0 "P8111" H 10150 7400 40  0000 C CNN
+F 0 "TP8107" H 10150 7400 40  0000 C CNN
 F 1 " " H 10150 7400 30  0000 C CNN
 	1    10150 7150
 	-1   0    0    1   
 $EndComp
 $Comp
-L TST P8110
-U 1 1 4A9C54D7
-P 9750 7150
-F 0 "P8110" H 9750 7400 40  0000 C CNN
-F 1 " " H 9750 7400 30  0000 C CNN
-	1    9750 7150
-	-1   0    0    1   
-$EndComp
-$Comp
-L TST P8105
+L TST TP8105
 U 1 1 4A9C52EA
 P 7500 4950
-F 0 "P8105" H 7500 5200 40  0000 C CNN
+F 0 "TP8105" H 7500 5200 40  0000 C CNN
 F 1 " " H 7500 5200 30  0000 C CNN
 	1    7500 4950
 	-1   0    0    1   
 $EndComp
 $Comp
-L TST P8104
+L TST TP8104
 U 1 1 4A9C52CE
 P 7500 4250
-F 0 "P8104" H 7500 4500 40  0000 C CNN
+F 0 "TP8104" H 7500 4500 40  0000 C CNN
 F 1 " " H 7500 4500 30  0000 C CNN
 	1    7500 4250
 	1    0    0    -1  
@@ -453,7 +402,7 @@
 U 1 1 4A9985FD
 P 7450 6350
 F 0 "R8103" H 7700 6300 50  0000 C CNN
-F 1 "33R" H 7200 6300 50  0000 C CNN
+F 1 "1K" H 7200 6300 50  0000 C CNN
 	1    7450 6350
 	1    0    0    -1  
 $EndComp
@@ -462,7 +411,7 @@
 U 1 1 4A9985F9
 P 7450 6650
 F 0 "R8104" H 7700 6600 50  0000 C CNN
-F 1 "33R" H 7200 6600 50  0000 C CNN
+F 1 "1K" H 7200 6600 50  0000 C CNN
 	1    7450 6650
 	1    0    0    -1  
 $EndComp
@@ -471,7 +420,7 @@
 U 1 1 4A9985B9
 P 7450 6950
 F 0 "R8105" H 7700 6900 50  0000 C CNN
-F 1 "33R" H 7200 6900 50  0000 C CNN
+F 1 "1K" H 7200 6900 50  0000 C CNN
 	1    7450 6950
 	1    0    0    -1  
 $EndComp
@@ -480,7 +429,7 @@
 U 1 1 4A998616
 P 7450 5950
 F 0 "R8102" H 7700 5900 50  0000 C CNN
-F 1 "33R" H 7200 5900 50  0000 C CNN
+F 1 "1K" H 7200 5900 50  0000 C CNN
 	1    7450 5950
 	1    0    0    -1  
 $EndComp
@@ -507,28 +456,28 @@
 Text GLabel 13350 6450 2    60   Input ~ 0
 MODEM_SLEEP
 $Comp
-L TST P8102
+L TST TP8102
 U 1 1 4A997EA4
 P 4300 7800
-F 0 "P8102" H 4300 8050 40  0000 C CNN
+F 0 "TP8102" H 4450 8050 40  0000 C CNN
 F 1 " " H 4300 8050 30  0000 C CNN
 	1    4300 7800
 	-1   0    0    1   
 $EndComp
 $Comp
-L TST P8103
+L TST TP8103
 U 1 1 4A997E9D
 P 4500 7800
-F 0 "P8103" H 4500 8050 40  0000 C CNN
+F 0 "TP8103" H 4500 8050 40  0000 C CNN
 F 1 " " H 4500 8050 30  0000 C CNN
 	1    4500 7800
 	-1   0    0    1   
 $EndComp
 $Comp
-L TST P8101
+L TST TP8101
 U 1 1 4A997E6F
 P 4100 5600
-F 0 "P8101" H 4100 5850 40  0000 C CNN
+F 0 "TP8101" H 4100 5850 40  0000 C CNN
 F 1 " " H 4100 5850 30  0000 C CNN
 	1    4100 5600
 	1    0    0    -1  
@@ -612,15 +561,6 @@
 Text GLabel 8300 6350 2    60   Output ~ 0
 MODEM_TX
 $Comp
-L VB_GSM #PWR031
-U 1 1 4A994FBA
-P 5650 3200
-F 0 "#PWR031" H 5650 3100 50  0001 C CNN
-F 1 "VB_GSM" H 5650 3350 50  0000 C CNN
-	1    5650 3200
-	1    0    0    -1  
-$EndComp
-$Comp
 L R_US R8110
 U 1 1 4A994F12
 P 11950 2300

Modified: trunk/gta02-core/pmu.sch
===================================================================
--- trunk/gta02-core/pmu.sch	2009-09-13 13:16:39 UTC (rev 5636)
+++ trunk/gta02-core/pmu.sch	2009-09-13 22:46:40 UTC (rev 5637)
@@ -1,4 +1,4 @@
-EESchema Schematic File Version 2  date Tue 08 Sep 2009 20:31:55 BST
+EESchema Schematic File Version 2  date Sun 13 Sep 2009 23:30:32 BST
 LIBS:power,device,conn,gta02-core,gta02-core-cache
 EELAYER 24  0
 EELAYER END
@@ -13,7 +13,56 @@
 Comment3 ""
 Comment4 ""
 $EndDescr
+Text Notes 14150 7600 0    50   ~ 0
+New 2v8 power net for GSM - ecn0030
 Wire Wire Line
+	9900 3500 7900 3500
+Wire Wire Line
+	9900 3500 9900 2600
+Wire Wire Line
+	9900 2600 9700 2600
+Wire Wire Line
+	10600 2450 10600 2150
+Wire Wire Line
+	10600 2350 11000 2350
+Wire Wire Line
+	11000 2350 11000 2150
+Connection ~ 10600 2350
+Connection ~ 11000 1550
+Wire Wire Line
+	11000 1750 11000 1300
+Wire Wire Line
+	9900 1550 9900 2150
+Wire Wire Line
+	14850 7950 11250 7950
+Wire Wire Line
+	15350 7950 15550 7950
+Connection ~ 14650 8750
+Wire Wire Line
+	14650 8850 14650 8550
+Wire Wire Line
+	14650 8750 14300 8750
+Wire Wire Line
+	14300 8750 14300 8550
+Wire Wire Line
+	14300 8150 14300 7950
+Connection ~ 14300 7950
+Wire Wire Line
+	14650 7950 14650 8150
+Connection ~ 14650 7950
+Wire Wire Line
+	15550 7850 15550 8050
+Connection ~ 15550 7950
+Wire Wire Line
+	7900 2750 7900 1550
+Wire Wire Line
+	7900 2100 8400 2100
+Wire Wire Line
+	8200 2500 8200 2600
+Connection ~ 9900 1550
+Wire Wire Line
+	9900 2000 9700 2000
+Wire Wire Line
 	7550 7700 5000 7700
 Wire Wire Line
 	5000 7700 5000 7800
@@ -85,9 +134,6 @@
 	7350 8250 7350 8050
 Wire Wire Line
 	7350 8050 7550 8050
-Connection ~ 8050 1300
-Wire Wire Line
-	8050 1300 7650 1300
 Connection ~ 13900 6550
 Connection ~ 9350 10700
 Wire Wire Line
@@ -177,9 +223,6 @@
 Wire Wire Line
 	4800 1700 4600 1700
 Wire Wire Line
-	8050 1550 8050 1150
-Connection ~ 8050 1550
-Wire Wire Line
 	5400 1550 7050 1550
 Connection ~ 6850 1550
 Wire Wire Line
@@ -412,8 +455,6 @@
 Wire Wire Line
 	11250 8050 11250 7950
 Wire Wire Line
-	11250 7950 11500 7950
-Wire Wire Line
 	11900 7050 11900 6850
 Wire Wire Line
 	11500 6550 11700 6550
@@ -498,12 +539,6 @@
 	6850 1300 6650 1300
 Connection ~ 6850 1300
 Wire Wire Line
-	7650 1550 8300 1550
-Wire Wire Line
-	8800 1550 9000 1550
-Wire Wire Line
-	9000 1550 9000 1150
-Wire Wire Line
 	4600 1600 4800 1600
 Wire Wire Line
 	3500 2550 3700 2550
@@ -572,8 +607,6 @@
 Connection ~ 3400 9600
 Connection ~ 14250 1800
 Wire Wire Line
-	7650 1300 7650 1200
-Wire Wire Line
 	7550 6700 1600 6700
 Wire Wire Line
 	1600 6700 1600 6450
@@ -641,10 +674,151 @@
 	4800 7650 4800 7600
 Wire Wire Line
 	4800 7600 7550 7600
+Connection ~ 7900 1550
+Wire Wire Line
+	9900 2150 9700 2150
+Connection ~ 9900 2000
+Wire Wire Line
+	9050 3050 9050 3250
+Wire Wire Line
+	7650 1550 8800 1550
+Wire Wire Line
+	8200 2600 8400 2600
+Connection ~ 7900 2100
+Wire Wire Line
+	7900 3500 7900 3250
+Wire Wire Line
+	11000 1550 9300 1550
+Wire Wire Line
+	10600 1550 10600 1750
+Connection ~ 10600 1550
+$Comp
+L GND #PWR?
+U 1 1 4AAD70D1
+P 10600 2450
+F 0 "#PWR?" H 10600 2450 30  0001 C CNN
+F 1 "GND" H 10600 2380 30  0001 C CNN
+	1    10600 2450
+	1    0    0    -1  
+$EndComp
+$Comp
+L C C1755
+U 1 1 4AAD70D0
+P 11000 1950
+F 0 "C1755" H 11050 2050 50  0000 L CNN
+F 1 "22u" H 11050 1850 50  0000 L CNN
+F 2 "0805" H 11000 1950 60  0001 C CNN
+	1    11000 1950
+	1    0    0    -1  
+$EndComp
+$Comp
+L C C1754
+U 1 1 4AAD70CF
+P 10600 1950
+F 0 "C1754" H 10650 2050 50  0000 L CNN
+F 1 "100n" H 10650 1850 50  0000 L CNN
+F 2 "0402" H 10600 1950 60  0001 C CNN
+	1    10600 1950
+	1    0    0    -1  
+$EndComp
+$Comp
+L IO_2V8 #PWR?
+U 1 1 4AAD702F
+P 15550 7850
+F 0 "#PWR?" H 15550 7750 50  0001 C CNN
+F 1 "IO_2V8" H 15550 8000 50  0000 C CNN
+	1    15550 7850
+	1    0    0    -1  
+$EndComp
+$Comp
+L PWR_FLAG #FLG?
+U 1 1 4AAD7018
+P 15550 8050
+F 0 "#FLG?" H 15550 8320 30  0001 C CNN
+F 1 "PWR_FLAG" H 15550 8280 30  0000 C CNN
+	1    15550 8050
+	-1   0    0    1   
+$EndComp
+$Comp
+L GND #PWR?
+U 1 1 4AAD7016
+P 14650 8850
+F 0 "#PWR?" H 14650 8850 30  0001 C CNN
+F 1 "GND" H 14650 8780 30  0001 C CNN
+	1    14650 8850
+	1    0    0    -1  
+$EndComp
+$Comp
+L C C1769
+U 1 1 4AAD7015
+P 14650 8350
+F 0 "C1769" H 14700 8450 50  0000 L CNN
+F 1 "4u7" H 14700 8250 50  0000 L CNN
+F 2 "0603" H 14650 8350 60  0001 C CNN
+	1    14650 8350
+	1    0    0    -1  
+$EndComp
+$Comp
+L C C1768
+U 1 1 4AAD7014
+P 14300 8350
+F 0 "C1768" H 14350 8450 50  0000 L CNN
+F 1 "470n" H 14350 8250 50  0000 L CNN
+F 2 "0402" H 14300 8350 60  0001 C CNN
+	1    14300 8350
+	1    0    0    -1  
+$EndComp
+$Comp
+L R_US R1723
+U 1 1 4AAD7013
+P 15100 7950
+F 0 "R1723" H 15100 8050 50  0000 C CNN
+F 1 "0R" H 15300 8000 50  0000 C CNN
+F 2 "0402" H 15100 7950 60  0001 C CNN
+	1    15100 7950
+	1    0    0    -1  
+$EndComp
+$Comp
+L R_US R1754
+U 1 1 4AAD6D8E
+P 7900 3000
+F 0 "R1754" V 7850 3200 50  0000 C CNN
+F 1 "100K" V 7950 3150 50  0000 C CNN
+F 2 "0402" H 7900 3000 60  0001 C CNN
+	1    7900 3000
+	0    1    1    0   
+$EndComp
+$Comp
+L IO_2V8 #PWR?
+U 1 1 4AAD6D54
+P 8200 2500
+F 0 "#PWR?" H 8200 2400 50  0001 C CNN
+F 1 "IO_2V8" H 8200 2650 50  0000 C CNN
+	1    8200 2500
+	1    0    0    -1  
+$EndComp
+$Comp
+L GND #PWR?
+U 1 1 4AAD6D20
+P 9050 3250
+F 0 "#PWR?" H 9050 3250 30  0001 C CNN
+F 1 "GND" H 9050 3180 30  0001 C CNN
+	1    9050 3250
+	1    0    0    -1  
+$EndComp
+$Comp
+L NTGD1100L U1704
+U 1 1 4AAD6C5B
+P 9050 2350
+F 0 "U1704" H 9050 2400 60  0000 C CNN
+F 1 "NTGD1100L" H 9050 2250 60  0000 C CNN
+	1    9050 2350
+	1    0    0    -1  
+$EndComp
 Text GLabel 4600 7650 0    60   Output ~ 0
 MODEM_nRST
-Text Notes 8000 2250 0    50   ~ 0
-GSM power switch removed - ecn0030
+Text Notes 8150 1300 0    50   ~ 0
+GSM power switch replaced - ecn0030
 Text Notes 11850 800  0    60   ~ 0
 ecn0029: move 0R resistors after filter/buffer caps
 $Comp
@@ -697,15 +871,6 @@
 	-1   0    0    1   
 $EndComp
 $Comp
-L PWR_FLAG #FLG0120
-U 1 1 4A5C77DB
-P 7650 1200
-F 0 "#FLG0120" H 7650 1470 30  0001 C CNN
-F 1 "PWR_FLAG" H 7650 1430 30  0000 C CNN
-	1    7650 1200
-	1    0    0    -1  
-$EndComp
-$Comp
 L PWR_FLAG #FLG0121
 U 1 1 4A5C6EA5
 P 10550 9600
@@ -1153,29 +1318,20 @@
 $Comp
 L VBAT #PWR0154
 U 1 1 4A3B50B1
-P 9000 1150
-F 0 "#PWR0154" H 9000 1050 50  0001 C CNN
-F 1 "VBAT" H 9000 1300 50  0000 C CNN
-	1    9000 1150
+P 11000 1300
+F 0 "#PWR0154" H 11000 1200 50  0001 C CNN
+F 1 "VBAT" H 11000 1450 50  0000 C CNN
+	1    11000 1300
 	1    0    0    -1  
 $EndComp
 $Comp
-L VB_GSM #PWR0155
-U 1 1 4A3B5080
-P 8050 1150
-F 0 "#PWR0155" H 8050 1050 50  0001 C CNN
-F 1 "VB_GSM" H 8050 1300 50  0000 C CNN
-	1    8050 1150
-	1    0    0    -1  
-$EndComp
-$Comp
 L R_US R1752
 U 1 1 4A3B4EDF
-P 8550 1550
-F 0 "R1752" H 8550 1650 50  0000 C CNN
-F 1 "NC" H 8550 1450 50  0000 C CNN
-F 2 "0402" H 8550 1550 60  0001 C CNN
-	1    8550 1550
+P 9050 1550
+F 0 "R1752" H 9050 1650 50  0000 C CNN
+F 1 "NC" H 9050 1450 50  0000 C CNN
+F 2 "0402" H 9050 1550 60  0001 C CNN
+	1    9050 1550
 	1    0    0    -1  
 $EndComp
 $Comp
@@ -1810,15 +1966,6 @@
 	1    0    0    -1  
 $EndComp
 $Comp
-L TST TP1702
-U 1 1 4A39FAD1
-P 11500 7950
-F 0 "TP1702" V 11450 8300 50  0000 C CNN
-F 1 "TST" V 11450 8000 50  0001 C CNN
-	1    11500 7950
-	0    1    1    0   
-$EndComp
-$Comp
 L R_US R1716
 U 1 1 4A39FAAB
 P 11000 9500




More information about the commitlog mailing list