├── .gitignore ├── README.md ├── a10 └── d111.adt ├── a10x └── j207.adt ├── a11 ├── d21.adt ├── d22.adt └── d221.adt ├── a7 ├── j71.adt ├── j72.adt ├── j85.adt ├── n51.adt └── n53.adt ├── a8 ├── J42d.adt ├── J82.adt ├── J82_alt.adt ├── j96.adt ├── n56.adt ├── n61.adt ├── n61_alt.adt └── n61_alt_1.adt ├── a9 ├── N69u.adt ├── N71_alt.adt └── n71.adt ├── a9x └── j127.adt └── t2 └── j140k.adt /.gitignore: -------------------------------------------------------------------------------- 1 | .DS_Store 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # A repository where you can find ADTs dumped from various iDevices 2 | 3 | Please censor your serials, MACs and IMEIs. 4 | 5 | Please keep the socname/devicename.adt structure. 6 | 7 | ## Example dump guide 8 | ``` 9 | git clone https://github.com/checkra1n/PongoOS 10 | 11 | cd PongoOS 12 | 13 | 14 | 15 | python3 scripts/issue_cmd.py dt 16 | python3 scripts/fetch_stdout.py > n61.adt 17 | 18 | 19 | ``` 20 | -------------------------------------------------------------------------------- /a8/J42d.adt: -------------------------------------------------------------------------------- 1 | target-type J42d 2 | mlb-serial-number 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 3 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 4 | compatible 4a 34 32 64 41 50 00 41 70 70 6c 65 54 56 35 2c |J42dAP.AppleTV5,| 5 | 33 00 41 70 70 6c 65 41 52 4d 00 |3.AppleARM.| 6 | secure-root-prefix md 7 | AAPL,phandle 0x00000001 8 | firmware-min-capacity 0x00400000 9 | platform-name 74 37 30 30 30 00 00 00 00 00 00 00 00 00 00 00 |t7000...........| 10 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 11 | device_type bootrom 12 | region-info 4c 4c 2f 41 00 00 00 00 00 00 00 00 00 00 00 00 |LL/A............| 13 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 14 | regulatory-model-number 41 31 36 32 35 00 00 00 00 00 00 00 00 00 00 00 |A1625...........| 15 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 16 | model-number 4d 47 59 35 32 00 00 00 00 00 00 00 00 00 00 00 |MGY52...........| 17 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 18 | #address-cells 0x00000002 19 | #size-cells 0x00000002 20 | serial-number 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |000000000000....| 21 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 22 | clock-frequency 0x00000000 23 | manufacturer Apple Inc. 24 | model AppleTV5,3 25 | config-number 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 26 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 27 | name device-tree 28 | -------------------------------------------------------------------------------------------------------------------------------- 29 | development-cert 0x00000000 30 | disable-transport-rm 0x00000000 31 | amfi-only-platform-code 0x00000000 32 | consistent-debug-root 00 00 00 00 00 00 00 00 |........| 33 | dram-vendor 48 79 6e 69 78 00 00 00 00 00 00 00 00 00 00 00 |Hynix...........| 34 | board-id 0x00000034 35 | root-matching 3c 64 69 63 74 3e 3c 6b 65 79 3e 49 4f 50 72 6f |IOPro| 36 | 76 69 64 65 72 43 6c 61 73 73 3c 2f 6b 65 79 3e |viderClass| 37 | 3c 73 74 72 69 6e 67 3e 49 4f 4d 65 64 69 61 3c |IOMedia<| 38 | 2f 73 74 72 69 6e 67 3e 3c 6b 65 79 3e 49 4f 50 |/string>IOP| 39 | 72 6f 70 65 72 74 79 4d 61 74 63 68 3c 2f 6b 65 |ropertyMatchPar| 41 | 74 69 74 69 6f 6e 20 49 44 3c 2f 6b 65 79 3e 3c |tition ID<| 42 | 69 6e 74 65 67 65 72 3e 31 3c 2f 69 6e 74 65 67 |integer>1...............| 45 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 46 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 47 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 48 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 49 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 50 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 51 | unique-chip-id 00 00 00 00 00 00 00 00 |........| 52 | dram-vendor-id 0x00000006 53 | mac-address-bluetooth0 00 00 00 00 00 00 |......| 54 | software-behavior 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 55 | amfi-allows-trust-cache-load 0x00000000 56 | mix-n-match-prevention-status 0x00000001 57 | max-env-var-name-size 0x0000003f 58 | certificate-security-mode 0x00000001 59 | display-rotation 0x00000000 60 | crypto-hash-method sha1 61 | secure-boot 0x00000001 62 | gid-aes-key 0x00000001 63 | disable-av-content-protection 0x00000000 64 | image4-supported boot-nonce 65 | boot-nonce 10 8f 8d 80 eb b5 c6 4e |.......N| 66 | display-corner-radius 0x00000000 67 | uid-aes-key 0x00000001 68 | firmware-version 70 6f 6e 67 6f 4f 53 2d 32 2e 35 2e 31 2d 37 36 |pongoOS-2.5.1-76| 69 | 35 30 62 31 34 35 00 00 00 00 00 00 00 00 00 00 |50b145..........| 70 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 71 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 72 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 73 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 74 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 75 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 76 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 77 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 78 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 79 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 80 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 81 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 82 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 83 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 84 | boot-manifest-hash 6e e9 a4 1a d8 bc e1 34 97 2a ca 77 64 9c 4d 60 |n......4.*.wd.M`| 85 | 29 b0 0b 7b |)..{| 86 | max-env-var-data-size 0x00000260 87 | display-boot-rotation 0x00000000 88 | random-seed cc 8a 5b f4 b3 e5 c2 a7 13 d2 f7 b7 f1 b8 24 fd |..[...........$.| 89 | 02 ed 54 a9 13 66 6a 1f de a4 29 01 18 a2 a8 4a |..T..fj...)....J| 90 | de 50 7d bf d6 0c aa cf 73 17 5c 22 17 e6 a3 46 |.P}.....s.\"...F| 91 | f7 da 8b 8a 29 12 1c fd 65 c8 12 91 83 68 c6 b3 |....)...e....h..| 92 | max-env-partition 0x000007f0 93 | chip-id 0x00007000 94 | name chosen 95 | ephemeral-storage 0x00000000 96 | osenvironment 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 97 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 98 | mac-address-ethernet0 00 00 00 00 00 00 |......| 99 | debug-enabled 0x00000000 100 | system-trusted 0x00000001 101 | AAPL,phandle 0x00000002 102 | nvram-proxy-data [censored] 103 | effective-production-status-sep 0x00000000 104 | protected-data-access 0x00000001 105 | effective-security-mode-ap 0x00000001 106 | effective-production-status-ap 0x00000001 107 | mac-address-wifi0 00 00 00 00 00 00 |......| 108 | bootp-response 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 109 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 110 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 111 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 112 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 113 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 114 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 115 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 116 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 117 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 118 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 119 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 120 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 121 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 122 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 123 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 124 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 125 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 126 | 00 00 00 00 00 00 00 00 00 00 00 00 |............| 127 | use-recovery-securityd 0x00000000 128 | software-bundle-version 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 129 | die-id 00 00 00 00 00 00 00 00 |........| 130 | disable-accessory-firmware 0x00000000 131 | certificate-production-status 0x00000001 132 | production-cert 0x00000001 133 | #address-cells 0x00000002 134 | effective-security-mode-sep 0x00000000 135 | sepfw-load-at-boot 0x00000001 136 | display-scale 0x00000001 137 | syscfg-keybag-ids ADDAsecurity-domain 138 | security-domain 0x00000001 139 | chip-epoch 0x00000001 140 | embedded-panic-log-size 0x00080000 141 | iboot-handoff 00 a0 57 7f 08 00 00 00 00 10 00 00 00 00 00 00 |..W.............| 142 | -------------------------------------------------------------------------------------------------------------------------------- 143 | UnusedIntegerProperty10 00 00 00 00 00 00 00 00 |........| 144 | UnusedBooleanProperty3 0x00000000 145 | UnusedIntegerProperty6 00 00 00 00 00 00 00 00 |........| 146 | UnusedBooleanProperty18 0x00000000 147 | UnusedBooleanProperty11 0x00000000 148 | UnusedIntegerProperty15 00 00 00 00 00 00 00 00 |........| 149 | UnusedIntegerProperty2 00 00 00 00 00 00 00 00 |........| 150 | UnusedBooleanProperty6 0x00000000 151 | UnusedIntegerProperty9 00 00 00 00 00 00 00 00 |........| 152 | UnusedStringProperty2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 153 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 154 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 155 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 156 | UnusedBooleanProperty16 0x00000000 157 | UnusedStringProperty5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 158 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 159 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 160 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 161 | UnusedIntegerProperty13 00 00 00 00 00 00 00 00 |........| 162 | UnusedBooleanProperty2 0x00000000 163 | UnusedIntegerProperty5 00 00 00 00 00 00 00 00 |........| 164 | UnusedBooleanProperty9 0x00000000 165 | UnusedStringProperty8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 166 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 167 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 168 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 169 | UnusedBooleanProperty14 0x00000000 170 | UnusedIntegerProperty18 00 00 00 00 00 00 00 00 |........| 171 | UnusedIntegerProperty1 00 00 00 00 00 00 00 00 |........| 172 | UnusedIntegerProperty11 00 00 00 00 00 00 00 00 |........| 173 | UnusedBooleanProperty5 0x00000000 174 | UnusedIntegerProperty8 00 00 00 00 00 00 00 00 |........| 175 | UnusedStringProperty0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 176 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 177 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 178 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 179 | UnusedBooleanProperty19 0x00000000 180 | AAPL,phandle 0x00000003 181 | UnusedBooleanProperty12 0x00000000 182 | UnusedIntegerProperty16 00 00 00 00 00 00 00 00 |........| 183 | UnusedStringProperty3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 184 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 185 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 186 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 187 | UnusedBooleanProperty1 0x00000000 188 | UnusedIntegerProperty4 00 00 00 00 00 00 00 00 |........| 189 | UnusedBooleanProperty8 0x00000000 190 | name manifest-properties 191 | UnusedStringProperty6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 192 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 193 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 194 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 195 | UnusedBooleanProperty17 0x00000000 196 | UnusedBooleanProperty10 0x00000000 197 | UnusedIntegerProperty0 00 00 00 00 00 00 00 00 |........| 198 | UnusedIntegerProperty14 00 00 00 00 00 00 00 00 |........| 199 | UnusedBooleanProperty4 0x00000000 200 | UnusedIntegerProperty7 00 00 00 00 00 00 00 00 |........| 201 | UnusedStringProperty9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 202 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 203 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 204 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 205 | UnusedBooleanProperty15 0x00000000 206 | UnusedIntegerProperty19 00 00 00 00 00 00 00 00 |........| 207 | UnusedStringProperty1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 208 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 209 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 210 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 211 | UnusedIntegerProperty12 00 00 00 00 00 00 00 00 |........| 212 | UnusedBooleanProperty0 0x00000000 213 | UnusedBooleanProperty7 0x00000000 214 | UnusedIntegerProperty3 00 00 00 00 00 00 00 00 |........| 215 | UnusedStringProperty4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 216 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 217 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 218 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 219 | UnusedBooleanProperty13 0x00000000 220 | UnusedIntegerProperty17 00 00 00 00 00 00 00 00 |........| 221 | UnusedStringProperty7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 222 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 223 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 224 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 225 | CPRO 0x00000001 226 | CSEC 0x00000001 227 | BORD 34 00 00 00 00 00 00 00 |4.......| 228 | CEPO 01 00 00 00 00 00 00 00 |........| 229 | CHIP 00 70 00 00 00 00 00 00 |.p......| 230 | ECID 26 14 2a 30 06 15 13 00 |&.*0....| 231 | SDOM 01 00 00 00 00 00 00 00 |........| 232 | BNCH 5a 1d ff 15 57 1a d4 02 2b 8f 75 dd a8 a3 00 31 |Z...W...+.u....1| 233 | 7a f2 51 8c |z.Q.| 234 | snon 3a dd 25 83 ba 22 b0 4d ca c4 05 59 17 11 91 0c |:.%..".M...Y....| 235 | 2f 19 2e 8a |/...| 236 | srvn 95 97 9c 77 ba 67 b1 0e ac ce 17 4e 01 af 3c bb |...w.g.....N..<.| 237 | 8c 65 b7 4e |.e.N| 238 | -------------------------------------------------------------------------------------------------------------------------------- 239 | UnusedIntegerProperty10 00 00 00 00 00 00 00 00 |........| 240 | UnusedBooleanProperty3 0x00000000 241 | UnusedIntegerProperty6 00 00 00 00 00 00 00 00 |........| 242 | UnusedBooleanProperty18 0x00000000 243 | UnusedBooleanProperty11 0x00000000 244 | UnusedIntegerProperty15 00 00 00 00 00 00 00 00 |........| 245 | UnusedIntegerProperty2 00 00 00 00 00 00 00 00 |........| 246 | UnusedBooleanProperty6 0x00000000 247 | UnusedIntegerProperty9 00 00 00 00 00 00 00 00 |........| 248 | UnusedStringProperty2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 249 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 250 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 251 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 252 | UnusedBooleanProperty16 0x00000000 253 | UnusedStringProperty5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 254 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 255 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 256 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 257 | UnusedIntegerProperty13 00 00 00 00 00 00 00 00 |........| 258 | UnusedBooleanProperty2 0x00000000 259 | UnusedIntegerProperty5 00 00 00 00 00 00 00 00 |........| 260 | UnusedBooleanProperty9 0x00000000 261 | UnusedStringProperty8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 262 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 263 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 264 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 265 | UnusedBooleanProperty14 0x00000000 266 | UnusedIntegerProperty18 00 00 00 00 00 00 00 00 |........| 267 | UnusedIntegerProperty1 00 00 00 00 00 00 00 00 |........| 268 | UnusedIntegerProperty11 00 00 00 00 00 00 00 00 |........| 269 | UnusedBooleanProperty5 0x00000000 270 | UnusedIntegerProperty8 00 00 00 00 00 00 00 00 |........| 271 | UnusedStringProperty0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 272 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 273 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 274 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 275 | UnusedBooleanProperty19 0x00000000 276 | AAPL,phandle 0x00000004 277 | UnusedBooleanProperty12 0x00000000 278 | UnusedIntegerProperty16 00 00 00 00 00 00 00 00 |........| 279 | UnusedStringProperty3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 280 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 281 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 282 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 283 | UnusedBooleanProperty1 0x00000000 284 | UnusedIntegerProperty4 00 00 00 00 00 00 00 00 |........| 285 | UnusedBooleanProperty8 0x00000000 286 | name manifest-object-properties 287 | UnusedStringProperty6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 288 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 289 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 290 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 291 | UnusedBooleanProperty17 0x00000000 292 | UnusedBooleanProperty10 0x00000000 293 | UnusedIntegerProperty0 00 00 00 00 00 00 00 00 |........| 294 | UnusedIntegerProperty14 00 00 00 00 00 00 00 00 |........| 295 | UnusedBooleanProperty4 0x00000000 296 | UnusedIntegerProperty7 00 00 00 00 00 00 00 00 |........| 297 | UnusedStringProperty9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 298 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 299 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 300 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 301 | UnusedBooleanProperty15 0x00000000 302 | UnusedIntegerProperty19 00 00 00 00 00 00 00 00 |........| 303 | UnusedStringProperty1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 304 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 305 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 306 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 307 | UnusedIntegerProperty12 00 00 00 00 00 00 00 00 |........| 308 | UnusedBooleanProperty0 0x00000000 309 | UnusedBooleanProperty7 0x00000000 310 | UnusedIntegerProperty3 00 00 00 00 00 00 00 00 |........| 311 | UnusedStringProperty4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 312 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 313 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 314 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 315 | UnusedBooleanProperty13 0x00000000 316 | UnusedIntegerProperty17 00 00 00 00 00 00 00 00 |........| 317 | UnusedStringProperty7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 318 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 319 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 320 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 321 | EKEY 0x00000001 322 | EPRO 0x00000001 323 | ESEC 0x00000001 324 | DGST 13 ad 7f d5 65 1b 01 fb 0a 6f 80 29 71 d9 b9 e4 |....e....o.)q...| 325 | 53 f1 46 ad |S.F.| 326 | -------------------------------------------------------------------------------------------------------------------------------- 327 | MemoryMapReserved-14 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 328 | MemoryMapReserved-5 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 329 | MemoryMapReserved-11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 330 | MemoryMapReserved-0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 331 | MemoryMapReserved-6 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 332 | AAPL,phandle 0x00000005 333 | MemoryMapReserved-15 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 334 | MemoryMapReserved-1 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 335 | MemoryMapReserved-7 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 336 | MemoryMapReserved-12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 337 | MemoryMapReserved-2 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 338 | MemoryMapReserved-8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 339 | MemoryMapReserved-3 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 340 | MemoryMapReserved-9 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 341 | MemoryMapReserved-10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 342 | MemoryMapReserved-13 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 343 | MemoryMapReserved-4 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 344 | name memory-map 345 | kernel-only true 346 | Kernel-__TEXT 00 40 a0 03 08 00 00 00 00 00 4d 00 00 00 00 00 |.@........M.....| 347 | Kernel-__DATA_CONST 00 40 ed 03 08 00 00 00 00 80 1d 00 00 00 00 00 |.@..............| 348 | Kernel-__TEXT_EXEC 00 c0 0a 04 08 00 00 00 00 00 10 01 00 00 00 00 |................| 349 | Kernel-__LAST 00 c0 1a 05 08 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 350 | Kernel-__KLD 00 00 1b 05 08 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 351 | Kernel-__DATA 00 40 1b 05 08 00 00 00 00 00 1b 00 00 00 00 00 |.@..............| 352 | Kernel-__BOOTDATA 00 40 36 05 08 00 00 00 00 80 01 00 00 00 00 00 |.@6.............| 353 | Kernel-__PRELINK_INFO 00 c0 37 05 08 00 00 00 00 40 0a 00 00 00 00 00 |..7......@......| 354 | Kernel-__PRELINK_TEXT 00 40 a0 00 08 00 00 00 00 00 00 00 00 00 00 00 |.@..............| 355 | Kernel-__PLK_TEXT_EXEC 00 00 42 05 08 00 00 00 00 00 00 00 00 00 00 00 |..B.............| 356 | Kernel-__PRELINK_DATA 00 00 42 05 08 00 00 00 00 00 00 00 00 00 00 00 |..B.............| 357 | Kernel-__PLK_DATA_CONST 00 00 42 05 08 00 00 00 00 00 00 00 00 00 00 00 |..B.............| 358 | Kernel-__PLK_LLVM_COV 00 00 42 05 08 00 00 00 00 00 00 00 00 00 00 00 |..B.............| 359 | Kernel-__PLK_LINKEDIT 00 00 42 05 08 00 00 00 00 00 00 00 00 00 00 00 |..B.............| 360 | Kernel-__LINKEDIT 00 00 42 05 08 00 00 00 60 7c 01 00 00 00 00 00 |..B.....`|......| 361 | TrustCache 00 f0 9f 03 08 00 00 00 00 50 00 00 00 00 00 00 |.........P......| 362 | SEPFW 00 80 43 05 08 00 00 00 00 00 40 00 00 00 00 00 |..C.......@.....| 363 | BootArgs 00 80 83 05 08 00 00 00 00 10 00 00 00 00 00 00 |................| 364 | DeviceTree 00 90 83 05 08 00 00 00 04 71 01 00 00 00 00 00 |.........q......| 365 | -------------------------------------------------------------------------------------------------------------------------------- 366 | AAPL,phandle 0x00000006 367 | populate-registry-time 0x00d74110 368 | load-kernel-start 0x00c0f441 369 | start-time 0x00a6b52b 370 | debug-wait-start 0x00c0d9b7 371 | name iBoot 372 | -------------------------------------------------------------------------------------------------------------------------------- 373 | name options 374 | AAPL,phandle 0x00000007 375 | -------------------------------------------------------------------------------------------------------------------------------- 376 | #address-cells 0x00000001 377 | #size-cells 0x00000000 378 | name cpus 379 | AAPL,phandle 0x00000008 380 | -------------------------------------------------------------------------------------------------------------------------------- 381 | AAPL,phandle 0x00000009 382 | fixed-frequency 00 36 6e 01 00 00 00 00 |.6n.....| 383 | bus-frequency 00 1c 4e 0e 00 00 00 00 |..N.....| 384 | cpu-version 0x00000000 385 | memory-frequency 00 08 af 2f 00 00 00 00 |.../....| 386 | name cpu0 387 | function-error_handler 10 00 00 00 48 72 72 45 00 00 00 00 |....HrrE....| 388 | interrupt-parent 0x00000011 389 | reg-private 00 00 01 02 02 00 00 00 |........| 390 | state running 391 | compatible 61 70 70 6c 65 2c 74 79 70 68 6f 6f 6e 00 41 52 |apple,typhoon.AR| 392 | 4d 2c 76 38 00 |M,v8.| 393 | peripheral-frequency 00 36 6e 01 00 00 00 00 |.6n.....| 394 | interrupts 00 01 00 00 4b 00 00 00 01 01 00 00 |....K.......| 395 | timebase-frequency 00 36 6e 01 00 00 00 00 |.6n.....| 396 | function-enable_core 13 00 00 00 65 72 6f 43 01 00 00 00 |....eroC....| 397 | clock-frequency 00 7b 9a 17 00 00 00 00 |.{......| 398 | function-ipi_dispatch 11 00 00 00 44 49 50 49 00 01 00 00 |....DIPI....| 399 | function-ipi_dispatch_other 11 00 00 00 44 49 50 49 01 01 00 00 |....DIPI....| 400 | function-cpu_idle 13 00 00 00 49 75 70 63 |....Iupc| 401 | device_type cpu 402 | reg 0x00000000 403 | -------------------------------------------------------------------------------------------------------------------------------- 404 | reg-private 00 00 11 02 02 00 00 00 |........| 405 | state waiting 406 | function-cpu_idle 13 00 00 00 49 75 70 63 |....Iupc| 407 | compatible 61 70 70 6c 65 2c 74 79 70 68 6f 6f 6e 00 41 52 |apple,typhoon.AR| 408 | 4d 2c 76 38 00 |M,v8.| 409 | interrupt-parent 0x00000011 410 | interrupts 02 01 00 00 4e 00 00 00 03 01 00 00 |....N.......| 411 | reg 0x00000001 412 | AAPL,phandle 0x0000000a 413 | device_type cpu 414 | function-ipi_dispatch_other 11 00 00 00 44 49 50 49 03 01 00 00 |....DIPI....| 415 | function-error_handler 10 00 00 00 48 72 72 45 01 00 00 00 |....HrrE....| 416 | function-ipi_dispatch 11 00 00 00 44 49 50 49 02 01 00 00 |....DIPI....| 417 | function-enable_core 13 00 00 00 65 72 6f 43 02 00 00 00 |....eroC....| 418 | name cpu1 419 | -------------------------------------------------------------------------------------------------------------------------------- 420 | name aliases 421 | AAPL,phandle 0x0000000b 422 | -------------------------------------------------------------------------------------------------------------------------------- 423 | AAPL,phandle 0x0000000c 424 | device_type memory 425 | name memory 426 | reg 00 00 00 00 00 00 00 00 |........| 427 | -------------------------------------------------------------------------------------------------------------------------------- 428 | AAPL,phandle 0x0000000d 429 | device_type pram 430 | name pram 431 | reg 00 a0 4f 7f 08 00 00 00 00 00 08 00 00 00 00 00 |..O.............| 432 | -------------------------------------------------------------------------------------------------------------------------------- 433 | AAPL,phandle 0x0000000e 434 | device_type vram 435 | name vram 436 | reg 00 a0 9f 7e 08 00 00 00 00 00 b0 00 00 00 00 00 |...~............| 437 | -------------------------------------------------------------------------------------------------------------------------------- 438 | AAPL,phandle 0x0000000f 439 | device_type stram 440 | name stram 441 | reg 00 b0 57 7f 08 00 00 00 00 10 00 00 00 00 00 00 |..W.............| 442 | -------------------------------------------------------------------------------------------------------------------------------- 443 | compatible arm-io,t7000 444 | clock-frequencies 00 36 6e 01 00 36 6e 01 00 08 af 2f 10 f7 6c 04 |.6n..6n..../..l.| 445 | 00 36 6e 01 00 18 0d 8f 00 00 00 00 00 7b 9a 17 |.6n..........{..| 446 | 00 08 af 2f 00 08 af 2f 00 36 6e 01 b6 95 6f 14 |.../.../.6n...o.| 447 | 00 8c 86 47 00 36 6e 01 00 e1 f5 05 00 1b b7 00 |...G.6n.........| 448 | 00 38 9c 1c 00 38 9c 1c 00 6c dc 02 00 0e 27 07 |.8...8...l....'.| 449 | 00 87 93 03 00 38 9c 1c 00 36 6e 01 00 84 d7 17 |.....8...6n.....| 450 | 00 a3 e1 11 00 1b b7 00 00 1b b7 00 00 1c 4e 0e |..............N.| 451 | b6 95 6f 14 10 f7 6c 04 b6 95 6f 14 b6 95 6f 14 |..o...l...o...o.| 452 | db ca 37 0a ba 30 01 0d 00 a3 e1 11 00 38 9c 1c |..7..0.......8..| 453 | 00 1c 4e 0e 00 36 6e 01 00 36 6e 01 00 36 6e 01 |..N..6n..6n..6n.| 454 | 00 36 6e 01 00 36 6e 01 00 84 d7 17 00 6c dc 02 |.6n..6n......l..| 455 | 00 87 93 03 00 87 93 03 00 87 93 03 00 87 93 03 |................| 456 | 00 36 6e 01 00 e1 f5 05 aa 02 e5 0f 80 4f 12 00 |.6n..........O..| 457 | 00 84 d7 17 00 84 d7 17 00 84 d7 17 00 38 9c 1c |.............8..| 458 | aa 02 e5 0f 10 f7 6c 04 00 00 00 00 00 00 00 00 |......l.........| 459 | 00 00 00 00 00 1b b7 00 00 1b b7 00 00 00 00 00 |................| 460 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 461 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 462 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 463 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 464 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 465 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 466 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 467 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 468 | interrupt-parent 0x00000011 469 | interrupts 0x0000003b 470 | chip-revision 0x00000011 471 | reg 00 00 24 02 02 00 00 00 00 10 00 00 00 00 00 00 |..$.............| 472 | 00 00 05 02 02 00 00 00 00 10 00 00 00 00 00 00 |................| 473 | 00 00 15 02 02 00 00 00 00 10 00 00 00 00 00 00 |................| 474 | iommu-present soc-generation 475 | soc-generation H7 476 | device_type t7000-io 477 | #size-cells 0x00000002 478 | ranges 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 |................| 479 | 00 00 00 00 01 00 00 00 00 00 00 00 06 00 00 00 |................| 480 | 00 00 00 00 06 00 00 00 00 00 00 00 02 00 00 00 |................| 481 | AAPL,phandle 0x00000010 482 | #address-cells 0x00000002 483 | usbphy-frequency 0x00000000 484 | function-clock_gate 13 00 00 00 47 6b 6c 63 |....Gklc| 485 | function-power_gate 13 00 00 00 47 72 77 70 |....Grwp| 486 | name arm-io 487 | fuse-revision 0x00000011 488 | -------------------------------------------------------------------------------------------------------------------------------- 489 | #interrupt-cells 0x00000001 490 | #main-cpus 0x00000002 491 | compatible aic,1 492 | interrupt-controller master 493 | aic-version 0x00000001 494 | #shared-timestamps 0x00000010 495 | reg 00 00 10 0e 00 00 00 00 00 00 10 00 00 00 00 00 |................| 496 | AAPL,phandle 0x00000011 497 | device_type interrupt-controller 498 | #address-cells 0x00000000 499 | enable-timestamp ipid-mask 500 | ipid-mask 0f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 501 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 502 | target-destinations 4b 00 00 00 01 00 00 00 4e 00 00 00 02 00 00 00 |K.......N.......| 503 | name aic 504 | -------------------------------------------------------------------------------------------------------------------------------- 505 | AAPL,phandle 0x00000012 506 | device_type timer 507 | name aic-timebase 508 | reg 00 10 10 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 509 | -------------------------------------------------------------------------------------------------------------------------------- 510 | clocks 1b 00 01 01 00 00 00 00 41 46 00 00 00 00 00 00 |........AF......| 511 | 00 00 00 00 00 00 00 00 1c 00 01 02 00 00 00 00 |................| 512 | 4c 49 4f 00 00 00 00 00 00 00 00 00 00 00 00 00 |LIO.............| 513 | 1d 00 01 03 00 00 00 00 44 49 53 50 30 00 00 00 |........DISP0...| 514 | 00 00 00 00 00 00 00 00 1e 00 01 04 00 00 00 00 |................| 515 | 4d 43 55 5f 46 49 58 45 44 00 00 00 00 00 00 00 |MCU_FIXED.......| 516 | 1f 00 01 05 00 00 00 00 49 53 50 5f 53 45 4e 53 |........ISP_SENS| 517 | 4f 52 30 5f 52 45 46 00 20 00 01 06 00 00 00 00 |OR0_REF. .......| 518 | 49 53 50 5f 53 45 4e 53 4f 52 31 5f 52 45 46 00 |ISP_SENSOR1_REF.| 519 | 21 00 01 07 00 00 00 00 56 45 4e 43 00 00 00 00 |!.......VENC....| 520 | 00 00 00 00 00 00 00 00 |........| 521 | bridge-settings-3 14 00 00 00 04 00 01 80 00 10 00 00 0f 00 0f c0 |................| 522 | power-domains 00 22 00 01 00 00 00 00 53 45 50 00 00 00 00 00 |."......SEP.....| 523 | 00 00 00 00 00 00 00 00 00 23 00 02 00 00 00 00 |.........#......| 524 | 41 43 53 00 00 00 00 00 00 00 00 00 00 00 00 00 |ACS.............| 525 | 00 24 00 03 00 00 00 00 41 4d 43 00 00 00 00 00 |.$......AMC.....| 526 | 00 00 00 00 00 00 00 00 |........| 527 | voltage-states0 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................| 528 | ps-regs 00 00 00 00 00 00 02 00 00 00 00 00 00 00 00 00 |................| 529 | 00 01 02 00 ff ff ff ff 00 00 00 00 00 02 02 00 |................| 530 | df bf fe 7f 00 00 00 00 00 03 02 00 1f 00 00 00 |................| 531 | 00 00 00 00 00 04 02 00 01 00 00 00 00 00 00 00 |................| 532 | 00 10 02 00 07 00 00 00 |........| 533 | bridge-settings-4 1c 00 00 00 04 00 01 80 20 00 00 00 0a 00 18 80 |........ .......| 534 | 48 00 00 00 30 30 00 00 4c 00 00 00 30 30 00 00 |H...00..L...00..| 535 | 50 00 00 00 30 30 00 00 54 00 00 00 30 30 00 00 |P...00..T...00..| 536 | 58 00 00 00 40 40 00 00 5c 00 00 00 40 40 00 00 |X...@@..\...@@..| 537 | 60 00 00 00 40 40 00 00 64 00 00 00 40 40 00 00 |`...@@..d...@@..| 538 | 00 10 00 00 0f 00 0f c0 08 10 00 00 0f 00 0f c0 |................| 539 | cpu-power-gate-latency-us 0x0000c350 540 | bridge-settings-5 14 00 00 00 04 00 01 80 00 10 00 00 0f 00 0f c0 |................| 541 | 04 10 00 00 04 00 01 c0 04 00 03 00 00 10 00 00 |................| 542 | 18 00 03 00 67 45 23 01 1c 00 03 00 ef cd ab 89 |....gE#.........| 543 | 20 00 03 00 67 45 23 01 24 00 03 00 0f cd ab 89 | ...gE#.$.......| 544 | function-disable_temp 59 00 00 00 50 4d 54 44 |Y...PMTD| 545 | dvd-period-us 0x00001f40 546 | cpu-tvm 0x00000001 547 | bridge-settings-6 1c 00 00 00 04 00 00 80 20 00 00 00 10 00 24 80 |........ .....$.| 548 | 48 00 00 00 20 20 00 00 4c 00 00 00 20 20 00 00 |H... ..L... ..| 549 | 50 00 00 00 20 20 00 00 54 00 00 00 20 20 00 00 |P... ..T... ..| 550 | 58 00 00 00 20 20 00 00 5c 00 00 00 20 20 00 00 |X... ..\... ..| 551 | 60 00 00 00 20 20 00 00 64 00 00 00 20 20 00 00 |`... ..d... ..| 552 | 00 10 00 00 0f 00 0f c0 08 10 00 00 0f 00 0f c0 |................| 553 | 00 10 02 00 08 08 00 00 04 10 02 00 08 08 00 00 |................| 554 | nominal-performance1 0x000130c3 555 | dvd-threshold-us 0x000003e8 556 | bridge-reg-index 0x00000002 557 | bridge-settings-7 08 00 00 00 18 1e 00 00 1c 00 00 00 04 0c 01 80 |................| 558 | bridge-settings-10 18 00 00 00 04 00 01 80 |........| 559 | soc-tvm 0x00000001 560 | total-rails-leakage 0x00000000 561 | perf-regs 00 00 00 00 00 80 02 00 29 00 00 00 00 00 00 00 |........).......| 562 | dvd-factor 0x00010000 563 | name pmgr 564 | bridge-settings-8 14 00 00 00 04 00 01 80 1c 00 00 00 20 20 00 00 |............ ..| 565 | 20 00 00 00 20 20 00 00 24 00 00 00 20 20 00 00 | ... ..$... ..| 566 | 28 00 00 00 20 20 00 00 2c 00 00 00 40 40 00 00 |(... ..,...@@..| 567 | 30 00 00 00 40 40 00 00 34 00 00 00 40 40 00 00 |0...@@..4...@@..| 568 | 38 00 00 00 40 40 00 00 00 10 00 00 00 00 0c 80 |8...@@..........| 569 | dpe-thrtl 0x00000000 570 | lost-perf-thresholds 99 59 00 00 66 a6 00 00 99 d9 00 00 33 f3 00 00 |.Y..f.......3...| 571 | voltage-states1 76 86 02 00 8a 03 00 00 aa aa 01 00 b2 03 00 00 |v...............| 572 | c3 30 01 00 d5 03 00 00 f3 e2 00 00 3f 04 00 00 |.0..........?...| 573 | e8 b7 00 00 7e 04 00 00 00 00 00 00 00 00 00 00 |....~...........| 574 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 575 | AAPL,phandle 0x00000013 576 | bridge-settings-11 00 00 00 00 01 7c 7c 00 04 00 00 00 01 7c 7c 00 |.....||......||.| 577 | 08 00 00 00 01 7c 7c 00 0c 00 00 00 01 79 7c 00 |.....||......y|.| 578 | 10 00 00 00 01 79 7c 00 14 00 00 00 01 7c 7c 00 |.....y|......||.| 579 | 18 00 00 00 01 7c 7c 00 1c 00 00 00 01 7c 7c 00 |.....||......||.| 580 | 20 00 00 00 01 7c 7c 00 24 00 00 00 01 7c 7c 00 | ....||.$....||.| 581 | 28 00 00 00 01 7c 7c 00 2c 00 00 00 01 7c 7c 00 |(....||.,....||.| 582 | 30 00 00 00 01 69 6c 00 34 00 00 00 01 79 7c 00 |0....il.4....y|.| 583 | 38 00 00 00 01 7c 7c 00 3c 00 00 00 01 7c 7c 00 |8....||.<....||.| 584 | 40 00 00 00 01 72 74 00 44 00 00 00 01 72 74 00 |@....rt.D....rt.| 585 | 48 00 00 00 01 72 74 00 4c 00 00 00 01 72 74 00 |H....rt.L....rt.| 586 | 50 00 00 00 01 7c 7c 00 54 00 00 00 01 7c 7c 00 |P....||.T....||.| 587 | 58 00 00 00 01 7c 7c 00 5c 00 00 00 01 69 6c 00 |X....||.\....il.| 588 | 60 00 00 00 01 7c 7c 00 64 00 00 00 01 79 79 00 |`....||.d....yy.| 589 | 68 00 00 00 01 79 79 00 6c 00 00 00 01 7c 7c 00 |h....yy.l....||.| 590 | 70 00 00 00 01 69 6c 00 74 00 00 00 01 79 79 00 |p....il.t....yy.| 591 | 78 00 00 00 01 79 79 00 7c 00 00 00 01 79 79 00 |x....yy.|....yy.| 592 | bridge-settings-9 14 00 00 00 04 00 01 80 1c 00 00 00 20 20 00 00 |............ ..| 593 | 20 00 00 00 20 20 00 00 24 00 00 00 20 20 00 00 | ... ..$... ..| 594 | 28 00 00 00 20 20 00 00 2c 00 00 00 40 40 00 00 |(... ..,...@@..| 595 | 30 00 00 00 40 40 00 00 34 00 00 00 40 40 00 00 |0...@@..4...@@..| 596 | 38 00 00 00 40 40 00 00 00 10 00 00 0f 00 0f c0 |8...@@..........| 597 | clock-ids 0x00000105 598 | #bridges 0x0000000e 599 | events 00 00 00 01 00 00 25 00 54 56 4d 5f 54 45 4d 50 |......%.TVM_TEMP| 600 | 5f 52 45 47 30 00 00 00 00 00 00 02 00 00 26 00 |_REG0.........&.| 601 | 54 56 4d 5f 54 45 4d 50 5f 52 45 47 31 00 00 00 |TVM_TEMP_REG1...| 602 | 00 00 00 03 00 00 27 00 54 56 4d 5f 54 45 4d 50 |......'.TVM_TEMP| 603 | 5f 52 45 47 32 00 00 00 00 00 00 04 00 00 28 00 |_REG2.........(.| 604 | 54 56 4d 5f 54 45 4d 50 5f 52 45 47 33 00 00 00 |TVM_TEMP_REG3...| 605 | 00 00 03 05 00 00 00 00 53 4f 43 48 4f 54 30 45 |........SOCHOT0E| 606 | 76 6e 74 43 6e 74 00 00 00 00 08 06 00 00 00 00 |vntCnt..........| 607 | 53 4f 43 48 4f 54 30 00 00 00 00 00 00 00 00 00 |SOCHOT0.........| 608 | compatible pmgr1,t7000 609 | device_type pmgr 610 | boost-performance1 0x0000b7e8 611 | perf-domains 00 00 00 01 00 00 00 00 00 00 00 00 53 4f 43 00 |............SOC.| 612 | 00 00 00 00 00 00 00 00 00 00 00 00 01 00 01 02 |................| 613 | 00 00 00 00 00 00 00 00 43 50 55 00 00 00 00 00 |........CPU.....| 614 | 00 00 00 00 00 00 00 00 |........| 615 | bridge-settings-0 14 00 00 00 04 00 01 80 00 10 00 00 0f 00 0f c0 |................| 616 | 08 00 02 00 09 09 00 00 0c 00 02 00 09 09 00 00 |................| 617 | 08 00 03 00 05 05 00 00 0c 00 03 00 05 05 00 00 |................| 618 | 08 10 03 00 05 05 00 00 0c 10 03 00 05 05 00 00 |................| 619 | noise-hack 0x00000001 620 | bridge-settings-12 00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 |................| 621 | 10 00 00 00 00 01 00 00 |........| 622 | devices 80 00 02 01 00 00 00 00 00 00 00 00 05 00 00 00 |................| 623 | 35 de 00 00 70 fd 34 00 00 00 00 00 00 00 00 00 |5...p.4.........| 624 | 43 50 55 30 00 00 00 00 00 00 00 00 00 00 00 00 |CPU0............| 625 | 80 00 02 02 00 00 00 00 00 00 01 00 06 00 00 00 |................| 626 | 35 de 00 00 70 fd 34 00 00 00 00 00 00 00 00 00 |5...p.4.........| 627 | 43 50 55 31 00 00 00 00 00 00 00 00 00 00 00 00 |CPU1............| 628 | 10 00 02 03 00 00 00 00 00 00 00 00 00 00 00 00 |................| 629 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 630 | 43 50 55 00 00 00 00 00 00 00 00 00 00 00 00 00 |CPU.............| 631 | 03 00 00 04 00 00 00 00 00 00 1f 01 00 00 00 00 |................| 632 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 633 | 53 49 4f 5f 50 00 00 00 00 00 00 00 00 00 00 00 |SIO_P...........| 634 | 00 00 00 06 00 00 00 00 00 00 09 02 00 00 00 00 |................| 635 | 00 00 00 00 00 00 00 00 01 00 00 00 0c 00 00 00 |................| 636 | 55 53 42 00 00 00 00 00 00 00 00 00 00 00 00 00 |USB.............| 637 | 00 00 00 08 06 00 00 00 00 00 0a 02 01 00 00 00 |................| 638 | 99 19 03 00 0c 62 00 00 00 00 00 00 00 00 00 00 |.....b..........| 639 | 55 53 42 43 54 52 4c 00 00 00 00 00 00 00 00 00 |USBCTRL.........| 640 | 00 00 00 0a 08 00 00 00 00 00 0b 02 00 00 00 00 |................| 641 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 642 | 55 53 42 32 48 4f 53 54 30 00 00 00 00 00 00 00 |USB2HOST0.......| 643 | 00 00 00 0c 08 00 00 00 00 00 0d 02 00 00 00 00 |................| 644 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 645 | 55 53 42 32 48 4f 53 54 31 00 00 00 00 00 00 00 |USB2HOST1.......| 646 | 00 00 00 0e 08 00 00 00 00 00 0f 02 00 00 00 00 |................| 647 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 648 | 55 53 42 32 48 4f 53 54 32 00 00 00 00 00 00 00 |USB2HOST2.......| 649 | 20 00 00 10 00 00 00 00 0b 00 15 02 01 00 00 00 | ...............| 650 | b8 be 06 00 00 00 00 00 01 00 00 00 07 00 00 00 |................| 651 | 44 49 53 50 5f 42 55 53 4d 55 58 00 00 00 00 00 |DISP_BUSMUX.....| 652 | 20 00 00 12 00 00 00 00 05 00 1b 02 01 00 00 00 | ...............| 653 | 31 28 00 00 14 6e 01 00 01 00 00 00 01 00 00 00 |1(...n..........| 654 | 4d 45 44 49 41 00 00 00 00 00 00 00 00 00 00 00 |MEDIA...........| 655 | 23 00 00 16 00 00 00 00 19 00 03 03 01 00 00 00 |#...............| 656 | 66 26 0a 00 3d ea 01 00 01 00 00 00 00 00 00 00 |f&..=...........| 657 | 41 4e 53 00 00 00 00 00 00 00 00 00 00 00 00 00 |ANS.............| 658 | 00 00 00 18 00 00 00 00 00 00 1a 02 04 00 00 00 |................| 659 | 00 00 fa 00 0a 97 13 00 01 00 00 00 06 00 00 00 |................| 660 | 49 53 50 00 00 00 00 00 00 00 00 00 00 00 00 00 |ISP.............| 661 | 20 00 00 19 12 00 00 00 07 00 1c 02 01 00 00 00 | ...............| 662 | 99 d9 62 00 c4 20 04 00 01 00 00 00 02 00 00 00 |..b.. ..........| 663 | 4d 53 52 00 00 00 00 00 00 00 00 00 00 00 00 00 |MSR.............| 664 | 20 00 00 1a 12 00 00 00 06 00 1d 02 01 00 00 00 | ...............| 665 | 28 dc 15 00 c4 20 04 00 01 00 00 00 03 00 00 00 |(.... ..........| 666 | 4a 50 47 00 00 00 00 00 00 00 00 00 00 00 00 00 |JPG.............| 667 | 20 00 00 1b 12 00 00 00 09 00 00 03 02 00 00 00 | ...............| 668 | 00 00 c8 00 3d ca 0e 00 01 00 00 00 04 00 00 00 |....=...........| 669 | 56 45 4e 43 00 00 00 00 00 00 00 00 00 00 00 00 |VENC............| 670 | 20 00 00 1c 10 00 00 00 0a 00 16 02 01 00 00 00 | ...............| 671 | 66 e6 52 00 7a d4 05 00 01 00 00 00 08 00 00 00 |f.R.z...........| 672 | 44 49 53 50 30 00 00 00 00 00 00 00 00 00 00 00 |DISP0...........| 673 | 23 00 00 1d 10 00 00 00 0c 00 19 02 01 00 00 00 |#...............| 674 | f5 28 61 00 49 4c 04 00 01 00 00 00 09 00 00 00 |.(a.IL..........| 675 | 44 49 53 50 31 00 00 00 00 00 00 00 00 00 00 00 |DISP1...........| 676 | 10 00 00 20 18 00 00 00 00 00 00 00 00 00 00 00 |... ............| 677 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 678 | 49 53 50 5f 44 41 52 54 00 00 00 00 00 00 00 00 |ISP_DART........| 679 | 10 00 00 21 19 00 00 00 00 00 00 00 00 00 00 00 |...!............| 680 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 681 | 4d 53 52 5f 44 41 52 54 00 00 00 00 00 00 00 00 |MSR_DART........| 682 | 10 00 00 22 1a 00 00 00 00 00 00 00 00 00 00 00 |..."............| 683 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 684 | 4a 50 47 5f 44 41 52 54 00 00 00 00 00 00 00 00 |JPG_DART........| 685 | 10 00 00 23 1b 00 00 00 00 00 00 00 00 00 00 00 |...#............| 686 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 687 | 41 56 45 5f 44 41 52 54 00 00 00 00 00 00 00 00 |AVE_DART........| 688 | 10 00 00 24 1c 00 00 00 00 00 00 00 00 00 00 00 |...$............| 689 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 690 | 44 49 53 50 30 5f 44 41 52 54 00 00 00 00 00 00 |DISP0_DART......| 691 | 10 00 00 25 1d 00 00 00 00 00 00 00 00 00 00 00 |...%............| 692 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 693 | 44 49 53 50 31 5f 44 41 52 54 00 00 00 00 00 00 |DISP1_DART......| 694 | 10 01 01 26 00 00 00 00 00 00 00 00 04 00 00 00 |...&............| 695 | 00 00 50 00 0a 97 13 00 00 00 00 00 00 00 00 00 |..P.............| 696 | 49 53 50 2d 46 41 53 54 00 00 00 00 00 00 00 00 |ISP-FAST........| 697 | 10 01 01 27 00 00 00 00 00 00 00 00 02 00 00 00 |...'............| 698 | 00 00 64 00 3d ca 0e 00 00 00 00 00 00 00 00 00 |..d.=...........| 699 | 56 45 4e 43 2d 46 41 53 54 00 00 00 00 00 00 00 |VENC-FAST.......| 700 | 10 01 01 28 00 00 00 00 00 00 00 00 03 00 00 00 |...(............| 701 | a3 30 11 00 28 dc 02 00 00 00 00 00 00 00 00 00 |.0..(...........| 702 | 56 44 45 43 2d 46 41 53 54 00 00 00 00 00 00 00 |VDEC-FAST.......| 703 | 10 01 01 29 00 00 00 00 00 00 00 00 01 00 00 00 |...)............| 704 | 99 19 22 00 c4 20 04 00 00 00 00 00 00 00 00 00 |..".. ..........| 705 | 4a 50 47 2d 46 41 53 54 00 00 00 00 00 00 00 00 |JPG-FAST........| 706 | 00 00 02 30 00 00 00 00 00 00 08 00 00 00 00 00 |...0............| 707 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 708 | 43 50 4d 00 00 00 00 00 00 00 00 00 00 00 00 00 |CPM.............| 709 | 30 00 00 31 00 00 00 00 01 00 00 00 00 00 00 00 |0..1............| 710 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 711 | 4c 49 4f 5f 41 46 00 00 00 00 00 00 00 00 00 00 |LIO_AF..........| 712 | 23 00 00 32 00 00 00 00 00 00 00 01 01 00 00 00 |#..2............| 713 | 78 e9 00 00 ba 69 02 00 00 00 00 00 00 00 00 00 |x....i..........| 714 | 4c 49 4f 00 00 00 00 00 00 00 00 00 00 00 00 00 |LIO.............| 715 | 03 00 00 33 00 00 00 00 00 00 01 01 00 00 00 00 |...3............| 716 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 717 | 49 4f 4d 55 58 00 00 00 00 00 00 00 00 00 00 00 |IOMUX...........| 718 | 03 00 00 34 00 00 00 00 00 00 02 01 00 00 00 00 |...4............| 719 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 720 | 41 49 43 00 00 00 00 00 00 00 00 00 00 00 00 00 |AIC.............| 721 | 03 00 00 35 00 00 00 00 00 00 03 01 00 00 00 00 |...5............| 722 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 723 | 44 45 42 55 47 00 00 00 00 00 00 00 00 00 00 00 |DEBUG...........| 724 | 03 00 00 36 00 00 00 00 00 00 04 01 00 00 00 00 |...6............| 725 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 726 | 44 57 49 00 00 00 00 00 00 00 00 00 00 00 00 00 |DWI.............| 727 | 03 00 00 37 00 00 00 00 00 00 05 01 07 00 00 00 |...7............| 728 | 99 19 19 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 729 | 47 50 49 4f 00 00 00 00 00 00 00 00 00 00 00 00 |GPIO............| 730 | 24 00 00 38 00 00 00 00 1a 00 04 02 00 00 00 00 |$..8............| 731 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 732 | 50 43 49 45 5f 52 45 46 00 00 00 00 00 00 00 00 |PCIE_REF........| 733 | 20 00 00 39 00 00 00 00 04 00 01 03 01 00 00 00 | ..9............| 734 | 1e c5 13 00 35 3e 01 00 01 00 00 00 0d 00 00 00 |....5>..........| 735 | 50 43 49 45 00 00 00 00 00 00 00 00 00 00 00 00 |PCIE............| 736 | 00 00 00 3a 00 00 00 00 00 00 02 03 00 00 00 00 |...:............| 737 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 738 | 50 43 49 45 5f 41 55 58 00 00 00 00 00 00 00 00 |PCIE_AUX........| 739 | 00 00 00 40 04 00 00 00 00 00 06 01 01 00 00 00 |...@............| 740 | 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 741 | 4d 43 41 30 00 00 00 00 00 00 00 00 00 00 00 00 |MCA0............| 742 | 00 00 00 41 04 00 00 00 00 00 07 01 01 00 00 00 |...A............| 743 | 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 744 | 4d 43 41 31 00 00 00 00 00 00 00 00 00 00 00 00 |MCA1............| 745 | 00 00 00 42 04 00 00 00 00 00 08 01 01 00 00 00 |...B............| 746 | 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 747 | 4d 43 41 32 00 00 00 00 00 00 00 00 00 00 00 00 |MCA2............| 748 | 00 00 00 43 04 00 00 00 00 00 09 01 01 00 00 00 |...C............| 749 | 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 750 | 4d 43 41 33 00 00 00 00 00 00 00 00 00 00 00 00 |MCA3............| 751 | 00 00 00 44 04 00 00 00 00 00 0a 01 01 00 00 00 |...D............| 752 | 00 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 753 | 4d 43 41 34 00 00 00 00 00 00 00 00 00 00 00 00 |MCA4............| 754 | 00 00 00 45 04 00 00 00 00 00 0b 01 00 00 00 00 |...E............| 755 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 756 | 50 57 4d 30 00 00 00 00 00 00 00 00 00 00 00 00 |PWM0............| 757 | 00 00 00 46 04 00 00 00 00 00 0c 01 00 00 00 00 |...F............| 758 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 759 | 49 32 43 30 00 00 00 00 00 00 00 00 00 00 00 00 |I2C0............| 760 | 00 00 00 47 04 00 00 00 00 00 0d 01 00 00 00 00 |...G............| 761 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 762 | 49 32 43 31 00 00 00 00 00 00 00 00 00 00 00 00 |I2C1............| 763 | 00 00 00 48 04 00 00 00 00 00 0e 01 00 00 00 00 |...H............| 764 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 765 | 49 32 43 32 00 00 00 00 00 00 00 00 00 00 00 00 |I2C2............| 766 | 00 00 00 49 04 00 00 00 00 00 0f 01 00 00 00 00 |...I............| 767 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 768 | 49 32 43 33 00 00 00 00 00 00 00 00 00 00 00 00 |I2C3............| 769 | 00 00 00 4a 04 00 00 00 00 00 10 01 00 00 00 00 |...J............| 770 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 771 | 53 50 49 30 00 00 00 00 00 00 00 00 00 00 00 00 |SPI0............| 772 | 00 00 00 4b 04 00 00 00 00 00 11 01 00 00 00 00 |...K............| 773 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 774 | 53 50 49 31 00 00 00 00 00 00 00 00 00 00 00 00 |SPI1............| 775 | 00 00 00 4c 04 00 00 00 00 00 12 01 00 00 00 00 |...L............| 776 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 777 | 53 50 49 32 00 00 00 00 00 00 00 00 00 00 00 00 |SPI2............| 778 | 00 00 00 4d 04 00 00 00 00 00 13 01 00 00 00 00 |...M............| 779 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 780 | 53 50 49 33 00 00 00 00 00 00 00 00 00 00 00 00 |SPI3............| 781 | 03 00 00 50 04 00 00 00 00 00 14 01 00 00 00 00 |...P............| 782 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 783 | 55 41 52 54 30 00 00 00 00 00 00 00 00 00 00 00 |UART0...........| 784 | 03 00 00 51 04 00 00 00 00 00 15 01 00 00 00 00 |...Q............| 785 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 786 | 55 41 52 54 31 00 00 00 00 00 00 00 00 00 00 00 |UART1...........| 787 | 03 00 00 52 04 00 00 00 00 00 16 01 00 00 00 00 |...R............| 788 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 789 | 55 41 52 54 32 00 00 00 00 00 00 00 00 00 00 00 |UART2...........| 790 | 03 00 00 53 04 00 00 00 00 00 17 01 00 00 00 00 |...S............| 791 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 792 | 55 41 52 54 33 00 00 00 00 00 00 00 00 00 00 00 |UART3...........| 793 | 03 00 00 54 04 00 00 00 00 00 18 01 00 00 00 00 |...T............| 794 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 795 | 55 41 52 54 34 00 00 00 00 00 00 00 00 00 00 00 |UART4...........| 796 | 03 00 00 55 04 00 00 00 00 00 19 01 00 00 00 00 |...U............| 797 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 798 | 55 41 52 54 35 00 00 00 00 00 00 00 00 00 00 00 |UART5...........| 799 | 03 00 00 56 04 00 00 00 00 00 1a 01 00 00 00 00 |...V............| 800 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 801 | 55 41 52 54 36 00 00 00 00 00 00 00 00 00 00 00 |UART6...........| 802 | 03 00 00 57 04 00 00 00 00 00 1b 01 00 00 00 00 |...W............| 803 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 804 | 55 41 52 54 37 00 00 00 00 00 00 00 00 00 00 00 |UART7...........| 805 | 03 00 00 58 04 00 00 00 00 00 1c 01 00 00 00 00 |...X............| 806 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 807 | 55 41 52 54 38 00 00 00 00 00 00 00 00 00 00 00 |UART8...........| 808 | 03 00 00 59 04 00 00 00 00 00 1d 01 00 00 00 00 |...Y............| 809 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 810 | 41 45 53 30 00 00 00 00 00 00 00 00 00 00 00 00 |AES0............| 811 | 23 00 00 5a 04 00 00 00 03 00 1e 01 01 00 00 00 |#..Z............| 812 | c2 15 01 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 813 | 53 49 4f 00 00 00 00 00 00 00 00 00 00 00 00 00 |SIO.............| 814 | 20 00 00 5b 0c 00 00 00 17 00 00 02 00 00 00 00 | ..[............| 815 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 816 | 48 53 49 43 30 5f 50 48 59 00 00 00 00 00 00 00 |HSIC0_PHY.......| 817 | 20 00 00 5c 0e 00 00 00 18 00 01 02 00 00 00 00 | ..\............| 818 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 819 | 48 53 49 43 31 5f 50 48 59 00 00 00 00 00 00 00 |HSIC1_PHY.......| 820 | 00 00 00 60 00 00 00 00 00 00 02 02 00 00 00 00 |...`............| 821 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 822 | 49 53 50 53 45 4e 53 30 00 00 00 00 00 00 00 00 |ISPSENS0........| 823 | 00 00 00 61 00 00 00 00 00 00 03 02 00 00 00 00 |...a............| 824 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 825 | 49 53 50 53 45 4e 53 31 00 00 00 00 00 00 00 00 |ISPSENS1........| 826 | 23 00 00 62 00 00 00 00 10 00 06 02 01 00 00 00 |#..b............| 827 | 66 66 55 00 d9 ce 01 00 00 00 00 00 00 00 00 00 |ffU.............| 828 | 4d 43 43 00 00 00 00 00 00 00 00 00 00 00 00 00 |MCC.............| 829 | 23 00 00 63 00 00 00 00 0f 00 07 02 01 00 00 00 |#..c............| 830 | 99 19 00 00 85 2b 01 00 00 00 00 00 00 00 00 00 |.....+..........| 831 | 4d 43 55 00 00 00 00 00 00 00 00 00 00 00 00 00 |MCU.............| 832 | 03 00 00 64 00 00 00 00 00 00 08 02 00 00 00 00 |...d............| 833 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 834 | 41 4d 50 00 00 00 00 00 00 00 00 00 00 00 00 00 |AMP.............| 835 | 00 00 00 67 0a 00 00 00 00 00 0c 02 00 00 00 00 |...g............| 836 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 837 | 55 53 42 32 48 4f 53 54 30 5f 4f 48 43 49 00 00 |USB2HOST0_OHCI..| 838 | 00 00 00 69 08 00 00 00 00 00 11 02 00 00 00 00 |...i............| 839 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 840 | 55 53 42 4f 54 47 00 00 00 00 00 00 00 00 00 00 |USBOTG..........| 841 | 23 00 00 6a 00 00 00 00 0e 00 12 02 01 00 00 00 |#..j............| 842 | 00 80 21 00 68 b1 00 00 00 00 00 00 00 00 00 00 |..!.h...........| 843 | 53 4d 58 00 00 00 00 00 00 00 00 00 00 00 00 00 |SMX.............| 844 | 23 00 00 6b 00 00 00 00 0d 00 13 02 01 00 00 00 |#..k............| 845 | 99 99 15 00 eb 51 01 00 00 00 00 00 00 00 00 00 |.....Q..........| 846 | 53 46 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |SF..............| 847 | 03 00 00 6c 00 00 00 00 00 00 14 02 00 00 00 00 |...l............| 848 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 849 | 43 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |CP..............| 850 | 10 00 00 6d 00 00 00 00 00 00 00 00 00 00 00 00 |...m............| 851 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 852 | 43 50 55 2d 42 55 53 59 00 00 00 00 00 00 00 00 |CPU-BUSY........| 853 | 13 00 00 70 1c 00 00 00 00 00 00 00 00 00 00 00 |...p............| 854 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 855 | 44 49 53 50 30 2d 56 00 00 00 00 00 00 00 00 00 |DISP0-V.........| 856 | 03 00 00 71 10 00 00 00 00 00 17 02 00 00 00 00 |...q............| 857 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 858 | 4d 49 50 49 5f 44 53 49 00 00 00 00 00 00 00 00 |MIPI_DSI........| 859 | 01 00 00 72 1c 00 00 00 00 00 18 02 01 00 00 00 |...r............| 860 | 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 |..P.............| 861 | 44 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |DP..............| 862 | 10 00 00 74 00 00 00 00 00 00 00 00 00 00 00 00 |...t............| 863 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 864 | 44 49 53 50 2d 46 42 2d 41 43 54 49 56 45 00 00 |DISP-FB-ACTIVE..| 865 | 10 00 00 76 00 00 00 00 00 00 00 00 00 00 00 00 |...v............| 866 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 867 | 44 49 53 50 2d 4d 49 45 2d 44 50 42 00 00 00 00 |DISP-MIE-DPB....| 868 | 20 00 00 77 12 00 00 00 08 00 1e 02 03 00 00 00 | ..w............| 869 | cc cc 0a 00 28 dc 02 00 01 00 00 00 05 00 00 00 |....(...........| 870 | 56 44 45 43 00 00 00 00 00 00 00 00 00 00 00 00 |VDEC............| 871 | 00 00 00 7c 00 00 00 00 00 00 04 03 00 00 00 00 |...|............| 872 | 00 00 00 00 00 00 00 00 02 00 00 00 0a 0b 00 00 |................| 873 | 47 46 58 00 00 00 00 00 00 00 00 00 00 00 00 00 |GFX.............| 874 | 2b 00 00 7d 00 00 00 00 02 00 00 04 00 00 00 00 |+..}............| 875 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 876 | 53 45 50 00 00 00 00 00 00 00 00 00 00 00 00 00 |SEP.............| 877 | 10 00 00 7e 00 00 00 00 00 00 00 00 00 00 00 00 |...~............| 878 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 879 | 53 57 43 50 54 00 00 00 00 00 00 00 00 00 00 00 |SWCPT...........| 880 | 31 00 00 80 00 00 00 00 11 00 00 00 00 00 00 00 |1...............| 881 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 882 | 41 4d 50 43 41 48 5f 46 49 58 45 44 00 00 00 00 |AMPCAH_FIXED....| 883 | 31 00 00 81 00 00 00 00 12 00 00 00 00 00 00 00 |1...............| 884 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 885 | 41 4d 50 43 41 56 5f 46 49 58 45 44 00 00 00 00 |AMPCAV_FIXED....| 886 | 31 00 00 82 00 00 00 00 13 00 00 00 00 00 00 00 |1...............| 887 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 888 | 41 4d 50 44 51 48 30 5f 46 49 58 45 44 00 00 00 |AMPDQH0_FIXED...| 889 | 31 00 00 83 00 00 00 00 14 00 00 00 00 00 00 00 |1...............| 890 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 891 | 41 4d 50 44 51 56 30 5f 46 49 58 45 44 00 00 00 |AMPDQV0_FIXED...| 892 | 31 00 00 84 00 00 00 00 15 00 00 00 00 00 00 00 |1...............| 893 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 894 | 41 4d 50 44 51 48 31 5f 46 49 58 45 44 00 00 00 |AMPDQH1_FIXED...| 895 | 31 00 00 85 00 00 00 00 16 00 00 00 00 00 00 00 |1...............| 896 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 897 | 41 4d 50 44 51 56 31 5f 46 49 58 45 44 00 00 00 |AMPDQV1_FIXED...| 898 | 00 00 00 86 1b 00 00 00 00 00 00 05 00 00 00 00 |................| 899 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 900 | 56 45 4e 43 5f 50 49 50 45 00 00 00 00 00 00 00 |VENC_PIPE.......| 901 | 00 00 00 87 1b 00 00 00 00 00 01 05 00 00 00 00 |................| 902 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 903 | 56 45 4e 43 5f 4d 45 30 00 00 00 00 00 00 00 00 |VENC_ME0........| 904 | 00 00 00 88 1b 00 00 00 00 00 02 05 00 00 00 00 |................| 905 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 906 | 56 45 4e 43 5f 4d 45 31 00 00 00 00 00 00 00 00 |VENC_ME1........| 907 | clpc 0x00000001 908 | bridge-settings-1 00 00 00 00 34 0f 00 00 04 00 00 00 20 28 00 00 |....4....... (..| 909 | 08 00 00 00 2a 35 00 00 0c 00 00 00 10 14 00 00 |....*5..........| 910 | 10 00 00 00 52 67 00 00 14 00 00 00 10 14 00 00 |....Rg..........| 911 | 18 00 00 00 2a 35 00 00 3c 00 00 00 04 3c 01 80 |....*5..<....<..| 912 | reg 00 00 00 0e 00 00 00 00 00 00 04 00 00 00 00 00 |................| 913 | 00 00 22 02 00 00 00 00 00 20 00 00 00 00 00 00 |.."...... ......| 914 | 00 00 00 08 00 00 00 00 00 20 03 00 00 00 00 00 |......... ......| 915 | 00 00 00 07 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 916 | 00 00 80 07 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 917 | 00 00 a0 07 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 918 | 00 00 c0 07 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 919 | 00 00 e0 07 00 00 00 00 00 10 03 00 00 00 00 00 |................| 920 | 00 00 b0 05 00 00 00 00 00 10 03 00 00 00 00 00 |................| 921 | 00 00 00 06 00 00 00 00 00 10 00 00 00 00 00 00 |................| 922 | 00 00 10 06 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 923 | 00 00 90 06 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 924 | 00 00 f0 01 00 00 00 00 00 10 00 00 00 00 00 00 |................| 925 | 00 00 f8 01 00 00 00 00 00 10 00 00 00 00 00 00 |................| 926 | 00 00 b0 0c 00 00 00 00 00 10 00 00 00 00 00 00 |................| 927 | 00 10 00 00 06 00 00 00 00 10 00 00 00 00 00 00 |................| 928 | energy-counters 00 00 00 01 00 00 00 10 52 65 73 74 20 6f 66 20 |........Rest of | 929 | 53 6f 43 20 45 6e 65 72 67 79 00 00 00 00 00 00 |SoC Energy......| 930 | 00 00 00 00 00 00 00 00 00 00 00 02 00 00 00 10 |................| 931 | 56 45 4e 43 20 45 6e 65 72 67 79 00 00 00 00 00 |VENC Energy.....| 932 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 933 | 00 00 00 03 00 00 00 10 56 44 45 43 20 45 6e 65 |........VDEC Ene| 934 | 72 67 79 00 00 00 00 00 00 00 00 00 00 00 00 00 |rgy.............| 935 | 00 00 00 00 00 00 00 00 00 00 00 04 00 00 00 10 |................| 936 | 49 53 50 20 45 6e 65 72 67 79 00 00 00 00 00 00 |ISP Energy......| 937 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 938 | 00 00 01 05 00 00 00 11 43 50 55 30 20 45 6e 65 |........CPU0 Ene| 939 | 72 67 79 00 00 00 00 00 00 00 00 00 00 00 00 00 |rgy.............| 940 | 00 00 00 00 00 00 00 00 00 00 01 06 00 00 00 11 |................| 941 | 43 50 55 31 20 45 6e 65 72 67 79 00 00 00 00 00 |CPU1 Energy.....| 942 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 943 | 00 00 00 07 00 00 00 10 53 6f 43 20 42 61 73 65 |........SoC Base| 944 | 20 45 6e 65 72 67 79 00 00 00 00 00 00 00 00 00 | Energy.........| 945 | 00 00 00 00 00 00 00 00 00 00 02 10 00 00 00 00 |................| 946 | 53 6f 43 20 45 6e 65 72 67 79 00 00 00 00 00 00 |SoC Energy......| 947 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 948 | 00 00 02 11 00 00 00 00 43 50 55 20 45 6e 65 72 |........CPU Ener| 949 | 67 79 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |gy..............| 950 | 00 00 00 00 00 00 00 00 |........| 951 | bridge-settings-2 14 00 00 00 04 00 01 80 1c 00 00 00 28 28 00 00 |............((..| 952 | 20 00 00 00 28 28 00 00 24 00 00 00 28 28 00 00 | ...((..$...((..| 953 | 28 00 00 00 28 28 00 00 2c 00 00 00 40 40 00 00 |(...((..,...@@..| 954 | 30 00 00 00 40 40 00 00 34 00 00 00 40 40 00 00 |0...@@..4...@@..| 955 | 38 00 00 00 40 40 00 00 00 10 00 00 0f 00 0f c0 |8...@@..........| 956 | bridge-settings-13 14 00 00 00 04 00 01 80 |........| 957 | -------------------------------------------------------------------------------------------------------------------------------- 958 | reg 00 00 01 02 02 00 00 00 00 00 01 00 00 00 00 00 |................| 959 | 00 00 03 02 02 00 00 00 00 00 01 00 00 00 00 00 |................| 960 | 00 00 11 02 02 00 00 00 00 00 01 00 00 00 00 00 |................| 961 | 00 00 13 02 02 00 00 00 00 00 01 00 00 00 00 00 |................| 962 | cpu-ldst-density-threshold-ipc 0x00006666 963 | external-voltage-droop-control 0x00000001 964 | qos-weight-tier2 0x00013333 965 | ui-volatile-ki-up 0x0000051e 966 | qos-min-performance 0x00004ccc 967 | external-voltage-droop-ki-up 0x00000001 968 | ui-cf-effort-limit 0x00010000 969 | dynamic-cores-control 0x00000000 970 | serialization-target 0x0000fd70 971 | events 05 00 00 00 06 00 00 00 |........| 972 | real-time-utilization-target 0x00009999 973 | sampling-interval-ms 0x0000000a 974 | real-time-utilization-ki-up 0x00010000 975 | qos-weight-tier3 0x00020000 976 | real-time-utilization-ki-down 0x00001999 977 | frame-rate-filter-time-constant 0x00004ccc 978 | serialization-ki-down 0x00000ccc 979 | io-rate-write-ki-up 0x00000006 980 | cpu-utilization-ki-up-slow 0x000a0000 981 | ui-volatile-ki-down 0x00000ccc 982 | function-amcperfcounters 18 00 00 00 50 43 4d 41 |....PCMA| 983 | io-rate-write-ki-down 0x00000020 984 | devices 03 00 00 00 01 00 00 00 02 00 00 00 6d 00 00 00 |............m...| 985 | filter-time-constant-up 0x00008000 986 | ui-cf-boost-time-us 0x0000411b 987 | qos-weight-tier4 0x00000000 988 | ui-running-threshold-fps 0x00190000 989 | compatible clpc,t7000 990 | ui-cf-utilization-target 0x0000cccc 991 | cpu-utilization-ki-down-slow 0x00000ccc 992 | frame-rate-trend-ki-down-slow 0x0000051e 993 | name clpc 994 | AAPL,phandle 0x00000014 995 | ui-cf-min-allowed-util 0x0000c000 996 | frame-rate-trend-holdoff 0x00000014 997 | core-starvation-time-us 0x00004e20 998 | cpu-busy-threshold-mhz 0x01f40000 999 | qos-weight-tier5 0x00000000 1000 | cpu-read-threshold-gbps 0x00020000 1001 | ui-late-frame-deadline 0x00018000 1002 | ui-volatile-threshold 0x00008000 1003 | cpu-utilization-ki-down-nominal 0x00000ccc 1004 | cpu-power-ki-up 0x00000ccc 1005 | ui-jump-threshold-fps 0x001e0000 1006 | filter-time-constant-down 0x00004ccc 1007 | ui-cf-timeout-us 0x0001046b 1008 | qos-weight-tier6 0x00000000 1009 | scheduling-latency-target 0x00050000 1010 | cpu-power-ki-down 0x00000ccc 1011 | ui-establishing-interval-ms 0x00001388 1012 | disable-frame-rate-trend 0x00000001 1013 | frame-rate-trend-ki-up 0x00000f5c 1014 | sochot0-time-active-index 0x00000001 1015 | cpu-busy-device-index 0x00000003 1016 | ui-cf-ki-down 0x00003333 1017 | frame-rate-trend-target 0x00006666 1018 | io-rate-read-ki-up 0x0000000d 1019 | cpu-utilization-ki-up-fast 0x00640000 1020 | sochot0-event-index 0x00000000 1021 | io-rate-write-target 0x00190000 1022 | frame-rate-trend-ki-down-fast 0x00010000 1023 | qos-weight-tier7 0x00000000 1024 | function-interruptdest 11 00 00 00 44 54 4e 49 00 00 00 00 |....DTNI....| 1025 | serialization-ki-up 0x00140000 1026 | ui-cf-min-deadline-us 0x0000411b 1027 | io-rate-read-target 0x00640000 1028 | external-voltage-droop-target 0x00640000 1029 | qos-weight-tier0 0x00000000 1030 | io-rate-read-ki-down 0x00000041 1031 | cpu-utilization-ki-up-nominal 0x000a0000 1032 | cpu-neon-density-threshold-ipc 0x00008000 1033 | cpu-utilization-ki-down-fast 0x00000ccc 1034 | dynamic-cpu-control 0x00000001 1035 | ui-cf-history-us 0x00030d40 1036 | cpu-power-target 0x00ff0000 1037 | scheduling-latency-ki-down 0x00000083 1038 | io-rate-max-control-effort 0x00010000 1039 | scheduling-latency-ki-up 0x0000051e 1040 | cpu-int-density-threshold-ipc 0x0000cccc 1041 | qos-weight-tier1 0x0000028f 1042 | external-voltage-droop-ki-down 0x00000003 1043 | ui-minimum-reset-interval-ms 0x000000c8 1044 | cpu-utilization-target 0x0000fd70 1045 | cpu-write-threshold-gbps 0x00006666 1046 | cpu-device-index 0x00000000 1047 | device_type clpc 1048 | sched-synchronous-perf-changes 0x00000000 1049 | ui-filtered-jump-threshold-fps 0x00140000 1050 | frame-swap-timeout-ms 0x000000e6 1051 | -------------------------------------------------------------------------------------------------------------------------------- 1052 | AAPL,phandle 0x00000015 1053 | compatible 6e 63 6f 2c 74 37 30 30 30 00 6e 63 6f 2c 73 35 |nco,t7000.nco,s5| 1054 | 6c 38 39 36 30 78 00 |l8960x.| 1055 | clock-ids 0b 01 00 00 0c 01 00 00 0d 01 00 00 0e 01 00 00 |................| 1056 | device_type nco 1057 | name nco 1058 | reg 00 10 01 0e 00 00 00 00 00 50 00 00 00 00 00 00 |.........P......| 1059 | -------------------------------------------------------------------------------------------------------------------------------- 1060 | name wdt 1061 | compatible 77 64 74 2c 74 37 30 30 30 00 77 64 74 2c 73 35 |wdt,t7000.wdt,s5| 1062 | 6c 38 39 36 30 78 00 |l8960x.| 1063 | clock-ids 0x00000004 1064 | interrupt-parent 0x00000011 1065 | reg 00 70 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |.p..............| 1066 | 54 90 02 0e 00 00 00 00 04 00 00 00 00 00 00 00 |T...............| 1067 | function-panic_notify 17 00 00 00 4f 49 50 47 6d 00 00 00 00 01 00 00 |....OIPGm.......| 1068 | interrupts 0x00000004 1069 | AAPL,phandle 0x00000016 1070 | panic-save-flag-bit 0x00000000 1071 | device_type wdt 1072 | wdt-version 0x00000001 1073 | function-panic_halt_helper 18 00 00 00 21 6d 65 4d |....!meM| 1074 | -------------------------------------------------------------------------------------------------------------------------------- 1075 | #interrupt-cells 0x00000002 1076 | interrupt-controller compatible 1077 | compatible 67 70 69 6f 2c 74 37 30 30 30 00 67 70 69 6f 2c |gpio,t7000.gpio,| 1078 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 1079 | interrupt-parent 0x00000011 1080 | interrupts 3e 00 00 00 3f 00 00 00 40 00 00 00 41 00 00 00 |>...?...@...A...| 1081 | 42 00 00 00 43 00 00 00 44 00 00 00 |B...C...D...| 1082 | #gpio-int-groups 0x00000007 1083 | reg 00 00 30 0e 00 00 00 00 00 00 10 00 00 00 00 00 |..0.............| 1084 | #gpio-pins 0x000000d0 1085 | AAPL,phandle 0x00000017 1086 | device_type interrupt-controller 1087 | #address-cells 0x00000000 1088 | name gpio 1089 | -------------------------------------------------------------------------------------------------------------------------------- 1090 | AAPL,phandle 0x00000018 1091 | compatible mcc,t7000 1092 | config-data 10 00 00 00 00 00 00 00 5f 09 00 00 01 00 00 00 |........_.......| 1093 | 0a 00 00 00 0a 00 00 00 e8 03 00 00 a0 86 01 00 |................| 1094 | 64 00 00 00 55 00 00 00 11 00 00 00 |d...U.......| 1095 | device_type mcc 1096 | name mcc 1097 | reg 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 |.......... .....| 1098 | -------------------------------------------------------------------------------------------------------------------------------- 1099 | interrupt-parent 0x00000011 1100 | compatible error-handler,t7000 1101 | dram-channels 0x00000002 1102 | interrupts 46 00 00 00 3b 00 00 00 66 00 00 00 |F...;...f...| 1103 | reg 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1104 | 00 00 10 00 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1105 | 00 00 d1 00 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1106 | name error-handler 1107 | AAPL,phandle 0x00000019 1108 | -------------------------------------------------------------------------------------------------------------------------------- 1109 | dwi-version 0x00000001 1110 | lockout-us 0x00000005 1111 | compatible 64 77 69 2c 74 37 30 30 30 00 64 77 69 2c 73 35 |dwi,t7000.dwi,s5| 1112 | 6c 38 39 34 30 78 00 |l8940x.| 1113 | interrupt-parent 0x00000011 1114 | interrupts 0x00000005 1115 | clock-gates 0x00000036 1116 | reg 00 00 20 0e 00 00 00 00 00 10 00 00 00 00 00 00 |.. .............| 1117 | AAPL,phandle 0x0000001a 1118 | str-delay 0x00001f40 1119 | polarity-config 0x00000001 1120 | device_type dwi 1121 | nclk-div 0x00000001 1122 | name dwi 1123 | -------------------------------------------------------------------------------------------------------------------------------- 1124 | ap-manifest compatible 1125 | compatible iop,s5l8960x 1126 | clock-ids 0x0000012a 1127 | interrupt-parent 0x00000011 1128 | interrupts 62 00 00 00 61 00 00 00 64 00 00 00 63 00 00 00 |b...a...d...c...| 1129 | clock-gates 0x0000007d 1130 | reg 00 00 a0 0d 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 1131 | AAPL,phandle 0x0000001b 1132 | iop-version 0x00000001 1133 | device_type sep 1134 | power-gates 0x0000007d 1135 | has-art role 1136 | role SEP 1137 | name sep 1138 | sepfw-loaded 0x00000001 1139 | -------------------------------------------------------------------------------------------------------------------------------- 1140 | AAPL,phandle 0x0000001c 1141 | compatible iop-nub,sep 1142 | name iop-sep-nub 1143 | rom-panic-bytes 0x00000030 1144 | -------------------------------------------------------------------------------------------------------------------------------- 1145 | pc-sample-offset 0x000000a0 1146 | compatible iop,s5l8960x 1147 | clock-ids 37 01 00 00 38 01 00 00 |7...8...| 1148 | interrupt-parent 0x00000011 1149 | interrupts 25 00 00 00 24 00 00 00 27 00 00 00 26 00 00 00 |%...$...'...&...| 1150 | clock-gates 16 00 00 00 35 00 00 00 |....5...| 1151 | force-timebase-sync reg 1152 | reg 00 00 04 08 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 1153 | 00 00 06 08 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1154 | 00 00 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1155 | 00 00 f0 00 00 00 00 00 00 00 10 00 00 00 00 00 |................| 1156 | AAPL,phandle 0x0000001d 1157 | iop-version 0x00000001 1158 | device_type ans 1159 | debug-ps-clock-gate 0x00000001 1160 | ps-reg-offset 0x00000318 1161 | sf-ps-reg-offset 0x00000298 1162 | power-gates 0x00000016 1163 | role ANS 1164 | name ans 1165 | -------------------------------------------------------------------------------------------------------------------------------- 1166 | region-size 00 00 00 00 00 00 00 00 |........| 1167 | compatible iop-nub,rtbuddy 1168 | AAPL,phandle 0x0000001e 1169 | panic-size 0x00020000 1170 | timeout 0x0000001e 1171 | no-shutdown 0x00000001 1172 | pre-loaded 0x00000001 1173 | region-base 00 00 00 00 00 00 00 00 |........| 1174 | name iop-ans-nub 1175 | power-managed 0x00000001 1176 | segment-names __TEXT;__DATA 1177 | segment-ranges 00 00 60 7f 08 00 00 00 00 00 00 00 00 00 00 00 |..`.............| 1178 | 00 00 60 7f 08 00 00 00 00 80 04 00 01 00 00 00 |..`.............| 1179 | 00 80 64 7f 08 00 00 00 00 80 04 00 00 00 00 00 |..d.............| 1180 | 00 80 64 7f 08 00 00 00 00 80 9b 00 00 00 00 00 |..d.............| 1181 | running 0x00000001 1182 | -------------------------------------------------------------------------------------------------------------------------------- 1183 | compatible iop,s5l8960x 1184 | clock-ids 15 01 00 00 16 01 00 00 |........| 1185 | interrupt-parent 0x00000011 1186 | interrupts 95 00 00 00 94 00 00 00 97 00 00 00 96 00 00 00 |................| 1187 | clock-gates 5a 00 00 00 04 00 00 00 |Z.......| 1188 | force-timebase-sync reg 1189 | reg 00 00 e0 0a 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 1190 | AAPL,phandle 0x0000001f 1191 | iop-version 0x00000001 1192 | device_type sio 1193 | power-gates 0x0000005a 1194 | role SIO 1195 | ignore-gating name 1196 | name sio 1197 | -------------------------------------------------------------------------------------------------------------------------------- 1198 | compatible iop-nub,sio 1199 | name iop-sio-nub 1200 | AAPL,phandle 0x00000020 1201 | -------------------------------------------------------------------------------------------------------------------------------- 1202 | compatible sio-dma-controller 1203 | device_type sio-dma 1204 | name sio-dma 1205 | AAPL,phandle 0x00000021 1206 | -------------------------------------------------------------------------------------------------------------------------------- 1207 | compatible uart-1,samsung 1208 | clock-ids 16 01 00 00 04 00 00 00 |........| 1209 | interrupt-parent 0x00000011 1210 | interrupts 0x0000009e 1211 | reg 00 00 0c 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1212 | clock-gates 0x00000050 1213 | AAPL,phandle 0x00000022 1214 | device_type uart 1215 | no-flow-control function-tx 1216 | function-tx 17 00 00 00 4f 49 50 47 4f 00 00 00 02 01 00 00 |....OIPGO.......| 1217 | uart-version 0x00000001 1218 | name uart0 1219 | -------------------------------------------------------------------------------------------------------------------------------- 1220 | device_type mcu-bsl 1221 | name mcu-bsl0 1222 | AAPL,phandle 0x00000023 1223 | -------------------------------------------------------------------------------------------------------------------------------- 1224 | compatible uart-1,samsung 1225 | clock-ids 16 01 00 00 04 00 00 00 |........| 1226 | interrupt-parent 0x00000011 1227 | interrupts 0x0000009f 1228 | dma-channels 3f 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |?...........$...| 1229 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1230 | 3e 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |>...........$...| 1231 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1232 | clock-gates 0x00000051 1233 | reg 00 40 0c 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.@.......@......| 1234 | AAPL,phandle 0x00000024 1235 | device_type uart 1236 | function-rts 17 00 00 00 4f 49 50 47 af 00 00 00 02 00 00 00 |....OIPG........| 1237 | function-tx 17 00 00 00 4f 49 50 47 ad 00 00 00 02 01 00 00 |....OIPG........| 1238 | dma-types 02 00 00 00 04 00 00 00 |........| 1239 | dma-parent 0x00000021 1240 | uart-version 0x00000001 1241 | name uart1 1242 | -------------------------------------------------------------------------------------------------------------------------------- 1243 | function-bt_wake 17 00 00 00 4f 49 50 47 30 00 00 00 01 01 00 00 |....OIPG0.......| 1244 | compatible bluetooth,n88 1245 | transport-speed 0x002dc6c0 1246 | AAPL,phandle 0x00000025 1247 | bluetooth-tx-calibration 00 4d 2a 37 35 35 32 32 22 3e 3d 3f 3a 3a 1b 24 |.M*75522">=?::.$| 1248 | 22 21 20 1f |"! .| 1249 | product-id 0x000012a0 1250 | device_type bluetooth 1251 | coex 0x00000002 1252 | supported-profiles 0x00002ffb 1253 | vendor-id 0x000005ac 1254 | function-power_enable 39 00 00 00 4f 49 50 47 02 00 00 00 01 01 00 00 |9...OIPG........| 1255 | local-mac-address 00 00 00 00 00 00 |......| 1256 | transport-encoding 0x00000003 1257 | voice-record bluetooth-rx-calibration 1258 | bluetooth-rx-calibration 03 00 1b 00 12 58 c4 ff e2 ff 00 00 1e 00 3d 00 |.....X........=.| 1259 | 5b 00 78 00 96 00 18 00 5d 01 34 ff 17 00 5d ff |[.x.....].4...].| 1260 | 90 ff c8 ff 00 00 39 00 73 00 00 00 fa ff f4 ff |......9.s.......| 1261 | ec ff e3 ff d6 ff c9 ff b9 ff a6 ff 91 ff 7a ff |..............z.| 1262 | 61 ff c0 ff df ff 00 00 1b 00 3b 00 5b 00 75 00 |a.........;.[.u.| 1263 | 99 00 37 00 c1 ff e0 ff 00 00 1c 00 3c 00 5d 00 |..7.........<.].| 1264 | 75 00 9b 00 00 00 00 00 00 00 00 00 00 00 5e 01 |u.............^.| 1265 | 32 ff 00 00 00 00 00 00 00 00 0e 00 5f 01 34 ff |2..........._.4.| 1266 | 00 00 00 00 00 00 00 00 3f 00 58 01 37 ff 00 00 |........?.X.7...| 1267 | 00 00 00 00 00 00 4e 00 56 01 38 ff 00 00 00 00 |......N.V.8.....| 1268 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1269 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1270 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |..............| 1271 | name bluetooth 1272 | -------------------------------------------------------------------------------------------------------------------------------- 1273 | compatible uart-1,samsung 1274 | clock-ids 16 01 00 00 04 00 00 00 |........| 1275 | interrupt-parent 0x00000011 1276 | interrupts 0x000000a0 1277 | dma-channels 41 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |A...........$...| 1278 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1279 | 40 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |@...........$...| 1280 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1281 | clock-gates 0x00000052 1282 | reg 00 80 0c 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1283 | AAPL,phandle 0x00000026 1284 | device_type uart 1285 | function-rts 17 00 00 00 4f 49 50 47 65 00 00 00 02 00 00 00 |....OIPGe.......| 1286 | function-tx 17 00 00 00 4f 49 50 47 63 00 00 00 02 01 00 00 |....OIPGc.......| 1287 | dma-types 02 00 00 00 04 00 00 00 |........| 1288 | dma-parent 0x00000021 1289 | uart-version 0x00000001 1290 | name uart2 1291 | -------------------------------------------------------------------------------------------------------------------------------- 1292 | wlan.background-scan-cache 0x00000000 1293 | AAPL,phandle 0x00000027 1294 | function-reg_on 39 00 00 00 4f 49 50 47 03 00 00 00 01 01 00 00 |9...OIPG........| 1295 | rx-calibration-2.4 f9 04 08 1c 00 00 00 00 f7 02 08 1c 00 00 00 00 |................| 1296 | fa 05 08 1c 00 00 00 00 f7 02 08 1c 00 00 00 00 |................| 1297 | fa 04 08 1c 00 00 00 00 f7 02 08 1c 00 00 00 00 |................| 1298 | fb 04 08 1c 00 00 00 00 f6 01 08 1c 00 00 00 00 |................| 1299 | fb 04 08 1c 00 00 00 00 f6 01 08 1c 00 00 00 00 |................| 1300 | wlan.dfsproxy.enabled 0x00000001 1301 | module-instance brunello 1302 | rx-calibration-temp 0x1c 1303 | local-mac-address 00 00 00 00 00 00 |......| 1304 | wlan.enhancedTrgDisc 0x00000000 1305 | bcom.ps.default 02 00 00 00 00 00 01 00 a0 0f 00 00 |............| 1306 | bcom.roam.default 01 00 58 02 58 02 07 00 02 00 00 00 b5 ff 14 00 |..X.X...........| 1307 | b5 ff 14 00 |....| 1308 | function-pcie_port_control 4f 00 00 00 43 74 72 50 50 00 00 00 |O...CtrPP...| 1309 | wlan.enhancedlocale.enabled 0x00000001 1310 | name wlan 1311 | tx-calibration-5.0 fe 17 0f fd 54 ff c8 17 18 fd 5a ff 32 17 26 fd |....T.....Z.2.&.| 1312 | 59 ff 61 17 28 fd 64 ff e4 17 15 fd 53 ff 9e 17 |Y.a.(.d.....S...| 1313 | 15 fd 4f ff dc 16 23 fd 4e ff 58 16 2c fd 4b ff |..O...#.N.X.,.K.| 1314 | wlan.bss.5GHz-preference 0x0064ffbf 1315 | wlan.fast_enterprise_nw.enabled 0x00000001 1316 | compatible 77 6c 61 6e 2d 70 63 69 65 2d 75 61 72 74 2c 62 |wlan-pcie-uart,b| 1317 | 63 6d 34 33 35 30 00 77 6c 61 6e 2d 70 63 69 65 |cm4350.wlan-pcie| 1318 | 2d 75 61 72 74 2c 62 63 6d 00 |-uart,bcm.| 1319 | identifier 0x00030001 1320 | wlan.awdl.params 01 00 90 00 00 00 00 00 |........| 1321 | bcom.btc.params 06 00 00 00 0f 00 00 00 08 00 00 00 c8 af 00 00 |................| 1322 | 09 00 00 00 98 3a 00 00 0a 00 00 00 20 4e 00 00 |.....:...... N..| 1323 | rx-calibration-5.0 07 14 0a 1c 00 00 00 00 00 00 00 00 06 18 0a 1c |................| 1324 | 00 00 00 00 00 00 00 00 06 14 06 18 00 00 00 00 |................| 1325 | 00 00 00 00 08 19 08 18 00 00 00 00 00 00 00 00 |................| 1326 | 03 12 06 18 00 00 00 00 00 00 00 00 07 17 08 18 |................| 1327 | 00 00 00 00 00 00 00 00 05 11 06 18 00 00 00 00 |................| 1328 | 00 00 00 00 08 17 08 18 00 00 00 00 00 00 00 00 |................| 1329 | freq-group-2g-calibration 08 01 91 2a 23 b3 c4 00 |...*#...| 1330 | tx-calibration-2.4 cb 1a ad fc 35 ff 3b 1a be fc 36 ff |....5.;...6.| 1331 | device_type wlan 1332 | bcom.roam.enterprise 01 00 58 02 58 02 07 00 02 00 00 00 b5 ff 14 00 |..X.X...........| 1333 | b5 ff 14 00 |....| 1334 | cfg 0x000001f7 1335 | -------------------------------------------------------------------------------------------------------------------------------- 1336 | compatible uart-1,samsung 1337 | clock-ids 16 01 00 00 04 00 00 00 |........| 1338 | interrupt-parent 0x00000011 1339 | interrupts 0x000000a1 1340 | dma-channels 43 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |C...........$...| 1341 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1342 | 42 00 00 00 00 00 00 00 00 00 00 00 24 00 00 00 |B...........$...| 1343 | 12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1344 | clock-gates 0x00000053 1345 | reg 00 c0 0c 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1346 | AAPL,phandle 0x00000028 1347 | device_type uart 1348 | function-tx 17 00 00 00 4f 49 50 47 b2 00 00 00 02 01 00 00 |....OIPG........| 1349 | dma-types 02 00 00 00 04 00 00 00 |........| 1350 | dma-parent 0x00000021 1351 | uart-version 0x00000001 1352 | name uart3 1353 | -------------------------------------------------------------------------------------------------------------------------------- 1354 | device_type mcu-comm 1355 | name mcu-comm0 1356 | AAPL,phandle 0x00000029 1357 | -------------------------------------------------------------------------------------------------------------------------------- 1358 | compatible uart-1,samsung 1359 | clock-ids 16 01 00 00 04 00 00 00 |........| 1360 | interrupt-parent 0x00000011 1361 | interrupts 0x000000a2 1362 | reg 00 00 0d 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1363 | clock-gates 0x00000054 1364 | AAPL,phandle 0x0000002a 1365 | device_type uart 1366 | no-flow-control function-tx 1367 | function-tx 17 00 00 00 4f 49 50 47 76 00 00 00 02 01 00 00 |....OIPGv.......| 1368 | uart-version 0x00000001 1369 | name uart4 1370 | -------------------------------------------------------------------------------------------------------------------------------- 1371 | function-isp_en 17 00 00 00 4f 49 50 47 81 00 00 00 00 00 00 00 |....OIPG........| 1372 | compatible pmon,1 1373 | function-reset 17 00 00 00 4f 49 50 47 80 00 00 00 00 00 00 00 |....OIPG........| 1374 | device_type pmon 1375 | name pmon0 1376 | AAPL,phandle 0x0000002b 1377 | -------------------------------------------------------------------------------------------------------------------------------- 1378 | compatible uart-1,samsung 1379 | clock-ids 16 01 00 00 04 00 00 00 |........| 1380 | interrupt-parent 0x00000011 1381 | interrupts 0x000000a4 1382 | reg 00 80 0d 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1383 | clock-gates 0x00000056 1384 | AAPL,phandle 0x0000002c 1385 | device_type uart 1386 | no-flow-control function-tx 1387 | function-tx 17 00 00 00 4f 49 50 47 54 00 00 00 02 01 00 00 |....OIPGT.......| 1388 | uart-version 0x00000001 1389 | boot-console name 1390 | name uart6 1391 | -------------------------------------------------------------------------------------------------------------------------------- 1392 | name debug-console 1393 | AAPL,phandle 0x0000002d 1394 | -------------------------------------------------------------------------------------------------------------------------------- 1395 | function-sos 17 00 00 00 4f 49 50 47 31 00 00 00 01 01 00 00 |....OIPG1.......| 1396 | uart-comm mcu-comm0 1397 | compatible mcu-nmi 1398 | interrupt-parent 0x00000017 1399 | interrupts 31 00 00 00 02 00 00 00 |1.......| 1400 | function-mcu_rst 17 00 00 00 4f 49 50 47 82 00 00 00 00 00 00 00 |....OIPG........| 1401 | board-rev 0x00000002 1402 | AAPL,phandle 0x0000002e 1403 | function-mcu_tck 17 00 00 00 4f 49 50 47 32 00 00 00 00 00 00 00 |....OIPG2.......| 1404 | device_type mcu 1405 | uart-bsl mcu-bsl0 1406 | name mcu0 1407 | -------------------------------------------------------------------------------------------------------------------------------- 1408 | errata 0x00000002 1409 | compatible 6f 74 67 70 68 79 63 74 72 6c 2c 74 37 30 30 30 |otgphyctrl,t7000| 1410 | 00 6f 74 67 70 68 79 63 74 72 6c 2c 73 35 6c 38 |.otgphyctrl,s5l8| 1411 | 39 36 30 78 00 |960x.| 1412 | clock-mask 0x00000001 1413 | reg 30 00 00 0c 00 00 00 00 20 00 00 00 00 00 00 00 |0....... .......| 1414 | 00 10 03 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1415 | cfg0-device 0x37449373 1416 | cfg0-host C{G7AAPL,phandle 1417 | AAPL,phandle 0x0000002f 1418 | cfg1-host 0x00000e24 1419 | cfg1-device 0x00000e24 1420 | device_type otgphyctrl 1421 | name otgphyctrl 1422 | -------------------------------------------------------------------------------------------------------------------------------- 1423 | name usb-complex 1424 | compatible 75 73 62 2d 63 6f 6d 70 6c 65 78 2c 74 37 30 30 |usb-complex,t700| 1425 | 30 00 75 73 62 2d 63 6f 6d 70 6c 65 78 2c 73 35 |0.usb-complex,s5| 1426 | 6c 38 39 36 30 78 00 |l8960x.| 1427 | ranges 00 00 00 00 00 00 00 00 00 00 00 0c 00 00 00 00 |................| 1428 | 00 00 60 00 00 00 00 00 |..`.....| 1429 | reg 00 00 90 0c 00 00 00 00 a0 00 00 00 00 00 00 00 |................| 1430 | usb_widget 1c 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 |................| 1431 | 3c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |<...............| 1432 | 5c 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 |\...............| 1433 | 7c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ||...............| 1434 | 9c 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1435 | AAPL,phandle 0x00000030 1436 | clock-gates 08 00 00 00 69 00 00 00 0a 00 00 00 67 00 00 00 |....i.......g...| 1437 | 0c 00 00 00 0e 00 00 00 5b 00 00 00 5c 00 00 00 |........[...\...| 1438 | #address-cells 0x00000002 1439 | #size-cells 0x00000002 1440 | clock-ids 0x00000113 1441 | device_type usb-complex 1442 | -------------------------------------------------------------------------------------------------------------------------------- 1443 | publish-criteria 0x00000003 1444 | AAPL,phandle 0x00000031 1445 | configuration-string stdMuxIAPVal 1446 | product-string AppleTV 1447 | host-mac-address 00 00 00 00 00 00 |......| 1448 | device-mac-address 00 00 00 00 00 00 |......| 1449 | num-of-eps 0x0000000e 1450 | vendor-id 0x000005ac 1451 | interrupt-parent 0x00000011 1452 | name usb-device 1453 | vendor-string Apple Inc. 1454 | compatible 75 73 62 2d 64 65 76 69 63 65 2c 74 37 30 30 30 |usb-device,t7000| 1455 | 00 75 73 62 2d 64 65 76 69 63 65 2c 73 35 6c 38 |.usb-device,s5l8| 1456 | 39 30 30 78 00 |900x.| 1457 | interrupts 0x000000b6 1458 | product-id 0x000012a7 1459 | ahb-burst 0x0000000e 1460 | product-version 0x00000503 1461 | clock-mask 0x00000002 1462 | fifo-depth 0x00000820 1463 | eps-dir-bitmap 0x00000264 1464 | device_type usb-device 1465 | reg 00 00 10 00 00 00 00 00 00 00 01 00 00 00 00 00 |................| 1466 | 20 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 | ...............| 1467 | -------------------------------------------------------------------------------------------------------------------------------- 1468 | ctrldsseg 0x00000008 1469 | name usb-ehci0 1470 | companion-id 0x00000000 1471 | compatible 75 73 62 2d 65 68 63 69 2c 74 37 30 30 30 00 75 |usb-ehci,t7000.u| 1472 | 73 62 2d 65 68 63 69 2c 73 35 6c 38 39 36 30 78 |sb-ehci,s5l8960x| 1473 | 00 |.| 1474 | interrupt-parent 0x00000011 1475 | interrupts 0x000000b7 1476 | publish-criteria 0x00000004 1477 | reg 00 00 20 00 00 00 00 00 00 00 01 00 00 00 00 00 |.. .............| 1478 | 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 |................| 1479 | AAPL,phandle 0x00000032 1480 | device_type usb-ehci 1481 | location 0x00000001 1482 | errata 0x00000000 1483 | cfg-incr 0x0000000f 1484 | bus-number 0x00000001 1485 | clock-mask 0x00000004 1486 | -------------------------------------------------------------------------------------------------------------------------------- 1487 | port 0x00000001 1488 | AAPL,phandle 0x00000033 1489 | clock-mask 0x00000004 1490 | port-current-limit 0x00000032 1491 | device_type usb-ehci0-port1 1492 | name usb-ehci0-port1 1493 | port-type 0x00000002 1494 | -------------------------------------------------------------------------------------------------------------------------------- 1495 | name usb-ohci0 1496 | companion-id 0x00000000 1497 | compatible 75 73 62 2d 6f 68 63 69 2c 74 37 30 30 30 00 75 |usb-ohci,t7000.u| 1498 | 73 62 2d 6f 68 63 69 2c 73 35 6c 38 39 36 30 78 |sb-ohci,s5l8960x| 1499 | 00 |.| 1500 | interrupt-parent 0x00000011 1501 | interrupts 0x000000b8 1502 | port-count 0x00000001 1503 | publish-criteria 0x00000004 1504 | reg 00 00 30 00 00 00 00 00 00 00 01 00 00 00 00 00 |..0.............| 1505 | 08 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 |................| 1506 | AAPL,phandle 0x00000034 1507 | device_type usb-ohci 1508 | location 0x00000002 1509 | errata 0x02000000 1510 | bus-number 0x00000002 1511 | clock-mask 0x00000008 1512 | -------------------------------------------------------------------------------------------------------------------------------- 1513 | port 0x00000001 1514 | AAPL,phandle 0x00000035 1515 | clock-mask 0x00000008 1516 | port-current-limit 0x00000032 1517 | device_type usb-ohci0-port1 1518 | name usb-ohci0-port1 1519 | port-type 0x00000002 1520 | -------------------------------------------------------------------------------------------------------------------------------- 1521 | ctrldsseg 0x00000008 1522 | name usb-ehci2 1523 | compatible 75 73 62 2d 65 68 63 69 2c 74 37 30 30 30 00 75 |usb-ehci,t7000.u| 1524 | 73 62 2d 65 68 63 69 2c 73 35 6c 38 39 36 30 78 |sb-ehci,s5l8960x| 1525 | 00 |.| 1526 | interrupt-parent 0x00000011 1527 | interrupt-threshold 0x00000010 1528 | interrupts 0x000000ba 1529 | publish-criteria 0x0000000c 1530 | reg 00 00 50 00 00 00 00 00 00 00 01 00 00 00 00 00 |..P.............| 1531 | 18 00 00 00 00 00 00 00 08 00 00 00 00 00 00 00 |................| 1532 | AAPL,phandle 0x00000036 1533 | device_type usb-ehci 1534 | location 0x00000004 1535 | errata 0x00000000 1536 | cfg-incr 0x0000000f 1537 | bus-number 0x00000004 1538 | clock-mask 0x00000020 1539 | -------------------------------------------------------------------------------------------------------------------------------- 1540 | port 0x00000001 1541 | name lan0 1542 | port-current-limit 0x000000fa 1543 | AAPL,phandle 0x00000037 1544 | reg 60 00 00 00 00 00 00 00 10 00 00 00 00 00 00 00 |`...............| 1545 | device_type lan0 1546 | function-reset 39 00 00 00 4f 49 50 47 0a 00 00 00 01 00 00 00 |9...OIPG........| 1547 | identifier 0x00040001 1548 | function-pme_mode_sel 17 00 00 00 4f 49 50 47 74 00 00 00 01 01 00 00 |....OIPGt.......| 1549 | port-type 0x00000003 1550 | local-mac-address 00 00 00 00 00 00 |......| 1551 | function-pme 39 00 00 00 4f 49 50 47 11 00 00 00 00 01 00 00 |9...OIPG........| 1552 | clock-mask 0x00000080 1553 | -------------------------------------------------------------------------------------------------------------------------------- 1554 | compatible 69 32 63 2c 74 37 30 30 30 00 69 32 63 2c 73 35 |i2c,t7000.i2c,s5| 1555 | 6c 38 39 34 30 78 00 69 69 63 2c 73 6f 66 74 00 |l8940x.iic,soft.| 1556 | clock-ids 0x00000116 1557 | interrupt-parent 0x00000011 1558 | interrupts 0x000000ae 1559 | clock-gates 0x00000046 1560 | #address-cels 0x00000001 1561 | reg 00 00 11 0a 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1562 | AAPL,phandle 0x00000038 1563 | device_type i2c 1564 | #size-cells 0x00000003 1565 | function-device_reset 13 00 00 00 54 53 52 41 46 00 00 00 |....TSRAF...| 1566 | function-iic_sda 17 00 00 00 4f 49 50 47 60 00 00 00 02 01 01 00 |....OIPG`.......| 1567 | function-iic_scl 17 00 00 00 4f 49 50 47 61 00 00 00 02 01 01 00 |....OIPGa.......| 1568 | name i2c0 1569 | -------------------------------------------------------------------------------------------------------------------------------- 1570 | event_name-gpio17 ac 1571 | #interrupt-cells 0x00000001 1572 | event_name-hold mcu(hold) 1573 | compatible pmu,d2186 1574 | interrupt-controller event_name-gpio8 1575 | event_name-gpio8 wlan 1576 | interrupt-parent 0x00000017 1577 | interrupts 43 00 00 00 01 00 00 00 |C.......| 1578 | reg 74 00 00 00 c4 09 00 00 00 00 00 00 00 00 00 00 |t...............| 1579 | AAPL,phandle 0x00000039 1580 | device_type interrupt-controller 1581 | #address-cells 0x00000000 1582 | function-keepact 17 00 00 00 4f 49 50 47 42 00 00 00 01 01 00 00 |....OIPGB.......| 1583 | event_name-gpio7 bluetooth 1584 | event_name-menu mcu(menu) 1585 | event_name-gpio12 dock 1586 | name pmu 1587 | -------------------------------------------------------------------------------------------------------------------------------- 1588 | compatible 69 32 63 2c 74 37 30 30 30 00 69 32 63 2c 73 35 |i2c,t7000.i2c,s5| 1589 | 6c 38 39 34 30 78 00 69 69 63 2c 73 6f 66 74 00 |l8940x.iic,soft.| 1590 | clock-ids 0x00000116 1591 | interrupt-parent 0x00000011 1592 | interrupts 0x000000b0 1593 | clock-gates 0x00000048 1594 | #address-cels 0x00000001 1595 | reg 00 20 11 0a 00 00 00 00 00 10 00 00 00 00 00 00 |. ..............| 1596 | AAPL,phandle 0x0000003a 1597 | device_type i2c 1598 | #size-cells 0x00000003 1599 | function-device_reset 13 00 00 00 54 53 52 41 48 00 00 00 |....TSRAH...| 1600 | function-iic_sda 17 00 00 00 4f 49 50 47 40 00 00 00 02 01 01 00 |....OIPG@.......| 1601 | function-iic_scl 17 00 00 00 4f 49 50 47 41 00 00 00 02 01 01 00 |....OIPGA.......| 1602 | name i2c2 1603 | -------------------------------------------------------------------------------------------------------------------------------- 1604 | AAPL,phandle 0x0000003b 1605 | compatible lpdp-phy,t7000 1606 | link-calibration-type t700x-fixed 1607 | link-calibration-data 0x0000000f 1608 | device_type lpdp-phy 1609 | name lpdp-phy 1610 | reg 00 00 78 06 00 00 00 00 00 10 00 00 00 00 00 00 |..x.............| 1611 | -------------------------------------------------------------------------------------------------------------------------------- 1612 | phy 0x0000003b 1613 | clock-gates 0x00000072 1614 | AAPL,phandle 0x0000003c 1615 | pre_configured 0x00000000 1616 | primary_display 0x00000001 1617 | hdmi_drive_setting_0 0x00000015 1618 | min_lane_count 0x00000004 1619 | hdmi_drive_setting_1 0x00000000 1620 | default_power_state 0x00000001 1621 | hdmi_drive_setting_2 0x000000a0 1622 | min_link_rate 0x0000000a 1623 | name displayport 1624 | function-device_reset 13 00 00 00 54 53 52 41 72 00 00 00 |....TSRAr...| 1625 | interrupt-parent 0x00000011 1626 | compatible displayport,t7000 1627 | interrupts 0x00000072 1628 | audio 0x0000004e 1629 | max_lane_count 0x00000004 1630 | device_type displayport 1631 | power-gates 0x00000072 1632 | reg 00 00 70 06 00 00 00 00 00 10 00 00 00 00 00 00 |..p.............| 1633 | -------------------------------------------------------------------------------------------------------------------------------- 1634 | compatible adbe0,t7000 1635 | clock-ids 1e 01 00 00 1d 01 00 00 |........| 1636 | interrupt-parent 0x00000011 1637 | external 0x00000001 1638 | function-frame_swap 14 00 00 00 50 57 53 46 |....PWSF| 1639 | clock-gates 70 00 00 00 76 00 00 00 74 00 00 00 |p...v...t...| 1640 | clcdclk_frequency 13 00 00 00 43 42 47 52 00 00 00 00 |....CBGR....| 1641 | display-default-color 0x00000000 1642 | device_type display-subsystem 1643 | display-timing-info 00 05 00 00 c8 00 00 00 6e 00 00 00 28 00 00 00 |........n...(...| 1644 | d0 02 00 00 14 00 00 00 05 00 00 00 05 00 00 00 |................| 1645 | interrupts 67 00 00 00 6c 00 00 00 6d 00 00 00 6e 00 00 00 |g...l...m...n...| 1646 | 6f 00 00 00 |o...| 1647 | iommu-parent 0x0000003f 1648 | reg 00 00 20 06 00 00 00 00 00 00 10 00 00 00 00 00 |.. .............| 1649 | 00 00 40 06 00 00 00 00 00 80 00 00 00 00 00 00 |..@.............| 1650 | 00 00 44 06 00 00 00 00 00 80 00 00 00 00 00 00 |..D.............| 1651 | 00 00 48 06 00 00 00 00 00 80 00 00 00 00 00 00 |..H.............| 1652 | 00 00 4c 06 00 00 00 00 00 80 00 00 00 00 00 00 |..L.............| 1653 | AAPL,phandle 0x0000003d 1654 | dot-pitch 0x00000000 1655 | function-clpc_enabled 13 00 00 00 43 50 4c 43 |....CPLC| 1656 | power-gates 0x00000070 1657 | name disp0 1658 | -------------------------------------------------------------------------------------------------------------------------------- 1659 | bypass-address 00 08 00 00 00 08 00 00 |........| 1660 | compatible 64 61 72 74 2c 74 37 30 30 30 00 64 61 72 74 2c |dart,t7000.dart,| 1661 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 1662 | page-size 0x00001000 1663 | interrupt-parent 0x00000011 1664 | interrupts 6a 00 00 00 6b 00 00 00 |j...k...| 1665 | clock-gates 0x00000024 1666 | reg 00 40 30 06 00 00 00 00 00 40 00 00 00 00 00 00 |.@0......@......| 1667 | 00 00 30 06 00 00 00 00 00 40 00 00 00 00 00 00 |..0......@......| 1668 | AAPL,phandle 0x0000003e 1669 | error-reflector 00 f0 ff 0f 02 00 00 00 00 f0 ff 0f 02 00 00 00 |................| 1670 | device_type dart 1671 | fetch-config 0x000e0303 1672 | diag-config 0x00000100 1673 | power-gates 0x00000024 1674 | smmu-present 0x00000001 1675 | stt-idx-width 0x0000000a 1676 | name dart-disp0 1677 | -------------------------------------------------------------------------------------------------------------------------------- 1678 | tail-padding 0x00000001 1679 | compatible iommu-mapper 1680 | AAPL,phandle 0x0000003f 1681 | iomd-cache-ttl 0x000007d0 1682 | iomd-cache-size 0x00000040 1683 | device_type dart-mapper 1684 | name mapper-disp0 1685 | reg 0x00000000 1686 | -------------------------------------------------------------------------------------------------------------------------------- 1687 | hardware-version 0x00000002 1688 | compatible 73 63 61 6c 65 72 2c 74 37 30 30 30 00 73 63 61 |scaler,t7000.sca| 1689 | 6c 65 72 2c 73 35 6c 38 39 36 30 78 00 |ler,s5l8960x.| 1690 | iommu-parent 0x00000042 1691 | interrupt-parent 0x00000011 1692 | interrupts 0x0000008f 1693 | clock-gates 0x00000019 1694 | clock-ids 0x00000125 1695 | reg 00 00 90 07 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1696 | AAPL,phandle 0x00000040 1697 | device_type scaler 1698 | power-gates 0x00000019 1699 | coprovider-group scaler 1700 | name scaler0 1701 | -------------------------------------------------------------------------------------------------------------------------------- 1702 | compatible 64 61 72 74 2c 74 37 30 30 30 00 64 61 72 74 2c |dart,t7000.dart,| 1703 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 1704 | page-size 0x00001000 1705 | interrupt-parent 0x00000011 1706 | interrupts 91 00 00 00 90 00 00 00 92 00 00 00 |............| 1707 | clock-gates 0x00000021 1708 | reg 00 80 90 07 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1709 | 00 40 90 07 00 00 00 00 00 40 00 00 00 00 00 00 |.@.......@......| 1710 | AAPL,phandle 0x00000041 1711 | error-reflector 00 f0 ff 0f 02 00 00 00 00 f0 ff 0f 02 00 00 00 |................| 1712 | device_type dart 1713 | fetch-config 0x000e0303 1714 | diag-config 0x00000100 1715 | power-gates 0x00000021 1716 | smmu-present 0x00000001 1717 | stt-idx-width 0x0000000a 1718 | name dart-scaler 1719 | -------------------------------------------------------------------------------------------------------------------------------- 1720 | tail-padding 0x00000001 1721 | compatible iommu-mapper 1722 | AAPL,phandle 0x00000042 1723 | iomd-cache-ttl 0x000007d0 1724 | iomd-cache-size 0x00000040 1725 | device_type dart-mapper 1726 | name mapper-scaler 1727 | reg 0x00000000 1728 | -------------------------------------------------------------------------------------------------------------------------------- 1729 | compatible 6a 70 65 67 2c 74 37 30 30 30 00 6a 70 65 67 2c |jpeg,t7000.jpeg,| 1730 | 73 35 6c 38 39 32 30 78 00 |s5l8920x.| 1731 | iommu-parent 0x00000045 1732 | interrupt-parent 0x00000011 1733 | interrupts 0x0000008b 1734 | hw-type a0102 1735 | clock-gates 1a 00 00 00 29 00 00 00 |....)...| 1736 | clock-ids 20 01 00 00 21 01 00 00 | ...!...| 1737 | reg 00 00 b0 07 00 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 1738 | device_type jpeg 1739 | AAPL,phandle 0x00000043 1740 | power-gates 1a 00 00 00 29 00 00 00 |....)...| 1741 | name jpeg 1742 | -------------------------------------------------------------------------------------------------------------------------------- 1743 | compatible 64 61 72 74 2c 74 37 30 30 30 00 64 61 72 74 2c |dart,t7000.dart,| 1744 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 1745 | page-size 0x00001000 1746 | interrupt-parent 0x00000011 1747 | interrupts 8c 00 00 00 8d 00 00 00 |........| 1748 | clock-gates 0x00000022 1749 | reg 00 20 b0 07 00 00 00 00 00 20 00 00 00 00 00 00 |. ....... ......| 1750 | AAPL,phandle 0x00000044 1751 | error-reflector 00 f0 ff 0f 02 00 00 00 00 f0 ff 0f 02 00 00 00 |................| 1752 | device_type dart 1753 | fetch-config 0x000e0303 1754 | diag-config 0x00000100 1755 | power-gates 0x00000022 1756 | stt-idx-width 0x0000000a 1757 | name dart-jpeg 1758 | -------------------------------------------------------------------------------------------------------------------------------- 1759 | tail-padding 0x00000002 1760 | compatible iommu-mapper 1761 | AAPL,phandle 0x00000045 1762 | dead-mappings 00 f0 ff 7f 00 10 00 00 |........| 1763 | device_type dart-mapper 1764 | name mapper-jpeg 1765 | reg 0x00000000 1766 | -------------------------------------------------------------------------------------------------------------------------------- 1767 | interrupt-parent 0x00000011 1768 | compatible ave,t7000 1769 | AAPL,phandle 0x00000046 1770 | interrupts 82 00 00 00 7c 00 00 00 7b 00 00 00 7e 00 00 00 |....|...{...~...| 1771 | 7d 00 00 00 |}...| 1772 | iommu-parent 0x00000048 1773 | clock-gates 1b 00 00 00 27 00 00 00 86 00 00 00 87 00 00 00 |....'...........| 1774 | 88 00 00 00 |....| 1775 | power-gates 1b 00 00 00 27 00 00 00 86 00 00 00 87 00 00 00 |....'...........| 1776 | 88 00 00 00 |....| 1777 | clock-ids 0x0000011c 1778 | device_type ave 1779 | name ave 1780 | reg 00 00 cd 07 00 00 00 00 00 00 13 00 00 00 00 00 |................| 1781 | 00 00 c8 07 00 00 00 00 00 00 08 00 00 00 00 00 |................| 1782 | 00 00 cc 07 00 00 00 00 00 00 01 00 00 00 00 00 |................| 1783 | 00 10 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 1784 | -------------------------------------------------------------------------------------------------------------------------------- 1785 | compatible 64 61 72 74 2c 74 37 30 30 30 00 64 61 72 74 2c |dart,t7000.dart,| 1786 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 1787 | iommu-parent 0x00000048 1788 | interrupt-parent 0x00000011 1789 | interrupts 80 00 00 00 7f 00 00 00 |........| 1790 | clock-gates 0x00000023 1791 | page-size 0x00001000 1792 | reg 00 00 c3 07 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1793 | 00 00 c2 07 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1794 | error-reflector 00 f0 ff 0f 02 00 00 00 00 f0 ff 0f 02 00 00 00 |................| 1795 | device_type dart 1796 | AAPL,phandle 0x00000047 1797 | fetch-config 0x000e0303 1798 | diag-config 0x00000100 1799 | power-gates 0x00000023 1800 | smmu-present 0x00000001 1801 | stt-idx-width 0x0000000a 1802 | disable-perf-counters name 1803 | name dart-ave 1804 | -------------------------------------------------------------------------------------------------------------------------------- 1805 | tail-padding 0x00000001 1806 | compatible iommu-mapper 1807 | AAPL,phandle 0x00000048 1808 | iomd-cache-ttl 0x000007d0 1809 | iomd-cache-size 0x00000040 1810 | device_type dart-mapper 1811 | name mapper-ave 1812 | reg 0x00000000 1813 | -------------------------------------------------------------------------------------------------------------------------------- 1814 | function-reset 39 00 00 00 4f 49 50 47 05 00 00 00 01 00 00 00 |9...OIPG........| 1815 | device_type stdp2700-gpio 1816 | name stdp2700-gpio 1817 | AAPL,phandle 0x00000049 1818 | -------------------------------------------------------------------------------------------------------------------------------- 1819 | compatible 76 78 64 2c 74 37 30 30 30 00 76 78 64 2c 73 35 |vxd,t7000.vxd,s5| 1820 | 6c 38 39 32 30 78 00 |l8920x.| 1821 | clock-ids 0x0000011b 1822 | interrupt-parent 0x00000011 1823 | interrupts 0x00000078 1824 | clock-gates 77 00 00 00 28 00 00 00 |w...(...| 1825 | reg 00 00 f0 07 00 00 00 00 00 00 10 00 00 00 00 00 |................| 1826 | vxd-version 0x00000005 1827 | AAPL,phandle 0x0000004a 1828 | device_type vxd 1829 | h264-playback-level 0x0000002a 1830 | power-gates 77 00 00 00 28 00 00 00 |w...(...| 1831 | allow-oold 0x00000001 1832 | minimize-power-gating 0x00000001 1833 | name vxd 1834 | -------------------------------------------------------------------------------------------------------------------------------- 1835 | gpu-pwr-perf-scale2 0x3faab021 1836 | gpu-num-perf-states 0x00000004 1837 | gpu-pwr-calc-coeff1 0x40041a37 1838 | gpu-pwr-calc-static 0x42849d8b 1839 | gpu-perf-tgt-utilization 0x0000005f 1840 | gpu-pwr-integral-min-clamp 0x00000000 1841 | perf-states 00 00 00 00 58 02 00 00 40 75 c1 15 db 03 00 00 |....X...@u......| 1842 | 80 74 d2 1a ee 03 00 00 00 65 cd 1d f7 03 00 00 |.t.......e......| 1843 | 80 55 c8 20 10 04 00 00 a0 ba e0 0a db 03 00 00 |.U. ............| 1844 | 40 3a 69 0d ee 03 00 00 80 b2 e6 0e f7 03 00 00 |@:i.............| 1845 | c0 2a 64 10 10 04 00 00 00 00 00 00 00 00 00 00 |.*d.............| 1846 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1847 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1848 | 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1849 | gpu-pwr-filter-time-constant 0x00000139 1850 | interrupt-parent 0x00000011 1851 | gpu-pwr-integral-gain 0x3ca59586 1852 | interrupts 86 00 00 00 87 00 00 00 88 00 00 00 89 00 00 00 |................| 1853 | 8a 00 00 00 |....| 1854 | gpu-perf-filter-drop-threshold 0x00000000 1855 | gpu-power-sample-period 0x00000010 1856 | gpu-pwr-perf-scale0 0x00000000 1857 | meta-sw-interrupt 10 40 10 0e 02 00 00 00 90 40 10 0e 02 00 00 00 |.@.......@......| 1858 | 40 00 00 00 10 40 10 0e 02 00 00 00 90 40 10 0e |@....@.......@..| 1859 | 02 00 00 00 00 04 00 00 |........| 1860 | procedural-antialiasing gpu-perf-integral-gain 1861 | gpu-perf-integral-gain 0x3ffca971 1862 | clock-gates 0x0000007c 1863 | gpu-perf-integral-min-clamp 0x00000000 1864 | gpu-perf-filter-time-constant2 0x00000032 1865 | gpu-pwr-perf-scale3 0x3fc820c5 1866 | gpu-pwr-calc-coeff2 0x4219ba44 1867 | gpu-pwr-min-duty-cycle 0x00000028 1868 | perf-state-count 0x00000010 1869 | AAPL,phandle 0x0000004b 1870 | name sgx 1871 | opengl-standard 0x00000300 1872 | power-gates 0x0000007c 1873 | gpu-device-max-power 0x00000bcc 1874 | gpu-pwr-perf-scale1 0x3f800000 1875 | gfx-qos 01 00 00 00 01 00 00 00 |........| 1876 | metal-standard 0x00000100 1877 | device_type sgx 1878 | gpu-perf-integral-gain2 !!J>gpu-pwr-calc-coeff0 1879 | gpu-pwr-calc-coeff0 0x4294fc36 1880 | gpu-perf-proportional-gain2 0x40db53d0 1881 | compatible gpu,t7000 1882 | gpu-pwr-perf-scale4 0x3fe9d495 1883 | reg 00 00 00 01 00 00 00 00 00 00 10 00 00 00 00 00 |................| 1884 | 00 00 e0 01 00 00 00 00 00 00 10 00 00 00 00 00 |................| 1885 | gpu-pwr-proportional-gain 0x40a90fdb 1886 | gpu-perf-filter-time-constant 0x00000005 1887 | gpu-perf-proportional-gain 0x40db53d2 1888 | -------------------------------------------------------------------------------------------------------------------------------- 1889 | AAPL,phandle 0x0000004c 1890 | compatible 69 32 73 2d 73 77 69 74 63 68 2c 74 37 30 30 30 |i2s-switch,t7000| 1891 | 00 69 32 73 2d 73 77 69 74 63 68 2c 73 35 6c 38 |.i2s-switch,s5l8| 1892 | 39 36 30 78 00 |960x.| 1893 | device_type i2s-switch 1894 | name i2s-switch 1895 | reg 00 30 00 0a 00 00 00 00 00 10 00 00 00 00 00 00 |.0..............| 1896 | -------------------------------------------------------------------------------------------------------------------------------- 1897 | compatible 6d 63 61 2c 74 37 30 30 30 00 6d 63 61 2c 73 35 |mca,t7000.mca,s5| 1898 | 6c 38 39 35 30 78 00 |l8950x.| 1899 | function-mclk_frequency 15 00 00 00 66 4f 43 4e 00 00 00 00 |....fOCN....| 1900 | interrupt-parent 0x00000011 1901 | interrupts 0x000000a9 1902 | dma-channels 28 00 00 00 21 00 00 00 00 00 00 00 cc 00 00 00 |(...!...........| 1903 | ac 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1904 | 29 00 00 00 21 00 00 00 00 00 00 00 cc 00 00 00 |)...!...........| 1905 | ac 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1906 | 28 00 00 00 22 00 00 00 00 00 00 00 cc 00 00 00 |(..."...........| 1907 | ac 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1908 | 29 00 00 00 22 00 00 00 00 00 00 00 cc 00 00 00 |)..."...........| 1909 | ac 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................| 1910 | function-i2s_route 4c 00 00 00 52 73 32 69 30 64 75 61 30 6e 69 70 |L...Rs2i0dua0nip| 1911 | 03 03 33 00 |..3.| 1912 | clock-gates 0x00000040 1913 | reg 00 00 0a 0a 00 00 00 00 00 40 00 00 00 00 00 00 |.........@......| 1914 | 00 20 00 0a 00 00 00 00 04 00 00 00 00 00 00 00 |. ..............| 1915 | device_type i2s 1916 | #size-cells 0x00000008 1917 | AAPL,phandle 0x0000004d 1918 | #address-cells 0x00000000 1919 | dma-parent 0x00000021 1920 | mca-version 0x00000001 1921 | name mca0 1922 | -------------------------------------------------------------------------------------------------------------------------------- 1923 | AAPL,phandle 0x0000004e 1924 | compatible audio-data,hdmi 1925 | device_type audio-data 1926 | name audio-hoover 1927 | reg 11 02 02 00 08 20 08 00 00 01 00 00 00 00 01 00 |..... ..........| 1928 | 00 00 00 00 ff 00 00 00 00 00 00 00 08 00 10 10 |................| 1929 | 00 00 00 00 |....| 1930 | -------------------------------------------------------------------------------------------------------------------------------- 1931 | no-l2-config-access apcie-config-tunables 1932 | apcie-config-tunables 90 00 00 00 ff 00 00 00 28 00 00 00 30 01 00 00 |........(...0...| 1933 | 03 00 00 00 03 00 00 00 34 01 00 00 01 00 00 00 |........4.......| 1934 | 01 00 00 00 |....| 1935 | power-gates 0x00000039 1936 | clock-gates 39 00 00 00 3a 00 00 00 38 00 00 00 |9...:...8...| 1937 | #address-cells 0x00000003 1938 | reg 00 00 00 10 06 00 00 00 00 00 00 01 00 00 00 00 |................| 1939 | 00 40 00 01 06 00 00 00 00 10 00 00 00 00 00 00 |.@..............| 1940 | 00 10 00 01 06 00 00 00 00 10 00 00 00 00 00 00 |................| 1941 | 00 40 00 02 06 00 00 00 00 10 00 00 00 00 00 00 |.@..............| 1942 | 00 10 00 02 06 00 00 00 00 10 00 00 00 00 00 00 |................| 1943 | 00 00 00 00 06 00 00 00 00 20 00 00 00 00 00 00 |......... ......| 1944 | 00 50 00 01 06 00 00 00 00 10 00 00 00 00 00 00 |.P..............| 1945 | AAPL,phandle 0x0000004f 1946 | msi-vector-offset 0x000000e0 1947 | bus-range 00 00 00 00 08 00 00 00 |........| 1948 | function-debug_gpio 17 00 00 00 4f 49 50 47 6d 00 00 00 01 01 00 00 |....OIPGm.......| 1949 | dbi-overrides 24 00 00 00 01 00 00 00 01 00 00 00 7c 00 00 00 |$...........|...| 1950 | 00 04 00 00 00 00 00 00 44 0b 00 00 03 00 00 00 |........D.......| 1951 | 02 00 00 00 |....| 1952 | no-l1-config-access name 1953 | name apcie 1954 | interrupt-parent 0x00000011 1955 | dev-range 00 00 00 00 ff 00 00 00 |........| 1956 | compatible apcie,t7000 1957 | interrupts d4 00 00 00 d7 00 00 00 |........| 1958 | msi-address 00 f0 ff bf 00 00 00 00 |........| 1959 | ranges 00 00 00 43 00 00 00 20 06 00 00 00 00 00 00 20 |...C... ....... | 1960 | 06 00 00 00 00 00 00 a0 01 00 00 00 00 00 00 02 |................| 1961 | 00 00 00 c0 00 00 00 00 00 00 00 c0 07 00 00 00 |................| 1962 | 00 00 00 40 00 00 00 00 |...@....| 1963 | #ports 0x00000002 1964 | link-state-power f0 0e 01 00 30 8e 00 00 b9 0b 00 00 c6 02 00 00 |....0...........| 1965 | device_type pci 1966 | #size-cells 0x00000002 1967 | msi-parent-controller 0x00000011 1968 | #msi-vectors 0x00000020 1969 | -------------------------------------------------------------------------------------------------------------------------------- 1970 | apcie-port 0x00000001 1971 | function-dart_force_active 52 00 00 00 74 63 61 46 |R...tcaF| 1972 | msi-vector-base 0x00000008 1973 | name pci-bridge1 1974 | t-refclk-to-perst 0x00000064 1975 | AAPL,phandle 0x00000050 1976 | AAPL,unit-string 00010000 1977 | function-device_wake 17 00 00 00 4f 49 50 47 3f 00 00 00 01 01 00 00 |....OIPG?.......| 1978 | maximum-link-speed 0x00000001 1979 | #size-cells 0x00000000 1980 | function-clkreq 17 00 00 00 4f 49 50 47 29 00 00 00 02 00 00 00 |....OIPG).......| 1981 | #address-cells 0x00000001 1982 | function-perst 17 00 00 00 4f 49 50 47 4d 00 00 00 00 00 00 00 |....OIPGM.......| 1983 | pci-l1pm-control 0f 0a 6c 40 00 00 00 00 |..l@....| 1984 | manual-enable #msi-vectors 1985 | #msi-vectors 0x00000008 1986 | -------------------------------------------------------------------------------------------------------------------------------- 1987 | pci-l1pm-control 0f 0a 6c 40 28 00 00 00 |..l@(...| 1988 | compatible 77 6c 61 6e 2d 70 63 69 65 2c 62 63 6d 34 33 35 |wlan-pcie,bcm435| 1989 | 30 00 77 6c 61 6e 2d 70 63 69 65 2c 62 63 6d 00 |0.wlan-pcie,bcm.| 1990 | AAPL,unit-string 00000000 1991 | pci-aspm-default 0x00000002 1992 | pci-max-latency 0x10081008 1993 | AAPL,phandle 0x00000051 1994 | iommu-parent 0x00000053 1995 | #address-cells 0x00000001 1996 | #size-cells 0x00000000 1997 | device_type pcie-device 1998 | name wlan 1999 | -------------------------------------------------------------------------------------------------------------------------------- 2000 | manual-availability 0x00000001 2001 | compatible 64 61 72 74 2c 74 37 30 30 30 00 64 61 72 74 2c |dart,t7000.dart,| 2002 | 73 35 6c 38 39 36 30 78 00 |s5l8960x.| 2003 | page-size 0x00001000 2004 | interrupt-parent 0x00000011 2005 | interrupts 0x000000d8 2006 | reg 00 20 00 02 06 00 00 00 00 20 00 00 00 00 00 00 |. ....... ......| 2007 | vm-offset 00 00 00 80 00 00 00 08 |........| 2008 | AAPL,phandle 0x00000052 2009 | error-reflector 00 f0 ff 0f 02 00 00 00 00 f0 ff 0f 02 00 00 00 |................| 2010 | device_type dart 2011 | fetch-config 0x000e0303 2012 | diag-config 0x00000100 2013 | stt-idx-width 0x0000000a 2014 | name dart-apcie1 2015 | vm-size 0x3ffff000 2016 | -------------------------------------------------------------------------------------------------------------------------------- 2017 | AAPL,phandle 0x00000053 2018 | compatible iommu-mapper 2019 | device_type dart-mapper 2020 | name mapper-apcie1 2021 | reg 0x00000000 2022 | -------------------------------------------------------------------------------------------------------------------------------- 2023 | CH2RNKCFG1 0x000003c8 2024 | CH0RNKCFG1 0x00000384 2025 | compatible 61 6d 63 74 65 6d 70 73 65 6e 73 6f 72 2c 74 37 |amctempsensor,t7| 2026 | 30 30 30 00 61 6d 63 74 65 6d 70 73 65 6e 73 6f |000.amctempsenso| 2027 | 72 2c 73 35 6c 38 39 36 30 78 00 |r,s5l8960x.| 2028 | AAPL,phandle 0x00000054 2029 | reg 00 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2030 | CH2RNKCFG0 0x000003c4 2031 | CH3RNKCFG1 0x000003d0 2032 | device_type tempsensor 2033 | CH1RNKCFG1 0x0000038c 2034 | CH0RNKCFG0 0x00000380 2035 | odts_mapping 0x000003b8 2036 | location-name AMC ODTS 2037 | odts 0x000003b4 2038 | CH3RNKCFG0 0x000003cc 2039 | location-id x0dTname 2040 | name amc 2041 | CH1RNKCFG0 0x00000388 2042 | -------------------------------------------------------------------------------------------------------------------------------- 2043 | deassert_count_0 0x00000020 2044 | mitigation_mode 0x00000001 2045 | failsafe_ctrl 0x001400df 2046 | trip_temp_0 0x00000010 2047 | trip_temp_1 0x00000014 2048 | AAPL,phandle 0x00000055 2049 | location-name PMGR sochot 2050 | assert_count_0 0x00000018 2051 | target-dvfm-state-0 0x00000002 2052 | temp_sensor_sochot_debug_hack 0x00000001 2053 | function-clear_dither 13 00 00 00 30 54 4f 48 |....0TOH| 2054 | name sochot0 2055 | interrupt-parent 0x00000011 2056 | deassert_count_1 0x00000024 2057 | compatible sochot,s5l8955x 2058 | interrupts 33 00 00 00 31 00 00 00 |3...1...| 2059 | sochot_temp1 0x0000007d 2060 | sochot_temp0 0x00000078 2061 | assert-count-value-0 0x00000000 2062 | sochot_ctl 0x00000000 2063 | assert-count-value-1 0x00000000 2064 | target-dvfm-state-1 0x00000000 2065 | device_type sochot 2066 | assert_count_1 0x0000001c 2067 | reg 00 c0 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2068 | 00 b0 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2069 | 00 00 23 02 00 00 00 00 00 10 00 00 00 00 00 00 |..#.............| 2070 | 00 a0 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2071 | -------------------------------------------------------------------------------------------------------------------------------- 2072 | deassert_count_0 0x000000b0 2073 | mitigation_mode 0x00000001 2074 | failsafe_ctrl 0x00000d7f 2075 | trip_temp_0 0x00000090 2076 | trip_temp_1 0x00000098 2077 | AAPL,phandle 0x00000056 2078 | location-name TCC sochot 2079 | assert_count_0 0x000000a0 2080 | name sochot1 2081 | deassert_count_1 0x000000b8 2082 | compatible sochot,s5l8955x 2083 | sochot_temp1 0x0000007d 2084 | sochot_temp0 0x00000078 2085 | assert-count-value-0 0x00000000 2086 | sochot_ctl 0x00000080 2087 | assert-count-value-1 0x00000000 2088 | use_int 0x00000000 2089 | device_type sochot 2090 | assert_count_1 0x000000a8 2091 | reg 00 00 23 02 00 00 00 00 00 10 00 00 00 00 00 00 |..#.............| 2092 | -------------------------------------------------------------------------------------------------------------------------------- 2093 | sensor-offset-CTL2 0x0000000c 2094 | location-id i0hTAAPL,phandle 2095 | AAPL,phandle 0x00000057 2096 | sensor-AvgMax 0x00000001 2097 | sensor-offset-CTL1 0x00000008 2098 | location-name PMGR SOC Die Temp Sensor0 2099 | sensor-offset-status 0x00000010 2100 | sensor-offset-readSum 0x00000020 2101 | sensor-offset-readBK 0x00000018 2102 | sensor-accuracy 0x00000002 2103 | alarm-temp 0x00000064 2104 | name tempsensor0 2105 | interrupt-parent 0x00000011 2106 | sensor-offset-alarm0 0x00000034 2107 | sensor-offset-readCnt 0x00000024 2108 | sensor-offset-alarm1 0x00000038 2109 | compatible tempsensor,t7000 2110 | interrupts 0x00000008 2111 | sensor-offset-alarm2 0x0000003c 2112 | sensor-offset-alarm3 0x00000040 2113 | sensor-offset-readBK1 0x0000001c 2114 | device_type tempsensor 2115 | sensor-offset-CTL0-set 0x00000000 2116 | reg 00 b0 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2117 | sensor-offset-CTL0-clr 0x00000004 2118 | -------------------------------------------------------------------------------------------------------------------------------- 2119 | sensor-offset-CTL2 0x00000050 2120 | location-id i1hTAAPL,phandle 2121 | AAPL,phandle 0x00000058 2122 | sensor-AvgMax 0x00000001 2123 | sensor-offset-CTL1 0x0000004c 2124 | location-name PMGR SOC Die Temp Sensor1 2125 | sensor-offset-status 0x00000054 2126 | sensor-offset-readSum 0x00000064 2127 | sensor-offset-readBK 0x0000005c 2128 | sensor-accuracy 0x00000002 2129 | alarm-temp 0x00000064 2130 | name tempsensor1 2131 | interrupt-parent 0x00000011 2132 | sensor-offset-alarm0 0x00000078 2133 | sensor-offset-readCnt 0x00000068 2134 | sensor-offset-alarm1 0x0000007c 2135 | compatible tempsensor,t7000 2136 | interrupts 0x0000000a 2137 | sensor-offset-alarm2 0x00000080 2138 | sensor-offset-alarm3 0x00000084 2139 | sensor-offset-readBK1 0x00000060 2140 | device_type tempsensor 2141 | sensor-offset-CTL0-set 0x00000044 2142 | reg 00 b0 02 0e 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2143 | sensor-offset-CTL0-clr 0x00000048 2144 | -------------------------------------------------------------------------------------------------------------------------------- 2145 | sensor-offset-CTL2 0x00000010 2146 | location-id i0cTAAPL,phandle 2147 | AAPL,phandle 0x00000059 2148 | sensor-AvgMax 0x00000001 2149 | sensor-offset-CTL1 0x00000008 2150 | location-name TCC Temp Sensor0 2151 | sensor-offset-status 0x00000400 2152 | sensor-offset-readSum 0x00000030 2153 | sensor-offset-readBK 0x00000020 2154 | sensor-accuracy 0x00000001 2155 | alarm-temp 0x00000064 2156 | name tempsensor2 2157 | interrupt-parent 0x00000011 2158 | sensor-offset-alarm0 0x00000410 2159 | sensor-offset-readCnt 0x00000038 2160 | sensor-offset-alarm1 0x00000418 2161 | compatible tempsensor,t7000 2162 | interrupts 0x00000017 2163 | sensor-offset-alarm2 0x00000420 2164 | sensor-offset-alarm3 0x00000428 2165 | sensor-offset-readBK1 0x00000028 2166 | device_type tempsensor 2167 | sensor-offset-CTL0-set 0x00000000 2168 | reg 00 00 23 02 00 00 00 00 00 10 00 00 00 00 00 00 |..#.............| 2169 | sensor-offset-CTL0-clr 0x00000408 2170 | -------------------------------------------------------------------------------------------------------------------------------- 2171 | sensor-offset-CTL2 0x00000050 2172 | location-id i1cTAAPL,phandle 2173 | AAPL,phandle 0x0000005a 2174 | sensor-AvgMax 0x00000001 2175 | sensor-offset-CTL1 0x00000048 2176 | location-name TCC Temp Sensor1 2177 | sensor-offset-status 0x00000430 2178 | sensor-offset-readSum 0x00000070 2179 | sensor-offset-readBK 0x00000060 2180 | sensor-accuracy 0x00000001 2181 | alarm-temp 0x00000064 2182 | name tempsensor3 2183 | interrupt-parent 0x00000011 2184 | sensor-offset-alarm0 0x00000440 2185 | sensor-offset-readCnt 0x00000078 2186 | sensor-offset-alarm1 0x00000448 2187 | compatible tempsensor,t7000 2188 | interrupts 0x00000019 2189 | sensor-offset-alarm2 0x00000450 2190 | sensor-offset-alarm3 0x00000458 2191 | sensor-offset-readBK1 0x00000068 2192 | device_type tempsensor 2193 | sensor-offset-CTL0-set 0x00000040 2194 | reg 00 00 23 02 00 00 00 00 00 10 00 00 00 00 00 00 |..#.............| 2195 | sensor-offset-CTL0-clr 0x00000438 2196 | -------------------------------------------------------------------------------------------------------------------------------- 2197 | sensor-offset-CTL2 0x00000210 2198 | location-id i2cTAAPL,phandle 2199 | AAPL,phandle 0x0000005b 2200 | sensor-AvgMax 0x00000001 2201 | sensor-offset-CTL1 0x00000208 2202 | location-name TCC Temp Sensor2 2203 | sensor-offset-status 0x00000460 2204 | sensor-offset-readSum 0x00000230 2205 | sensor-offset-readBK 0x00000220 2206 | sensor-accuracy 0x00000001 2207 | alarm-temp 0x00000064 2208 | name tempsensor4 2209 | interrupt-parent 0x00000011 2210 | sensor-offset-alarm0 0x00000470 2211 | sensor-offset-readCnt 0x00000238 2212 | sensor-offset-alarm1 0x00000478 2213 | compatible tempsensor,t7000 2214 | interrupts 0x0000001b 2215 | sensor-offset-alarm2 0x00000480 2216 | sensor-offset-alarm3 0x00000488 2217 | sensor-offset-readBK1 0x00000228 2218 | device_type tempsensor 2219 | sensor-offset-CTL0-set 0x00000200 2220 | reg 00 00 23 02 00 00 00 00 00 10 00 00 00 00 00 00 |..#.............| 2221 | sensor-offset-CTL0-clr 0x00000468 2222 | -------------------------------------------------------------------------------------------------------------------------------- 2223 | AAPL,phandle 0x0000005c 2224 | compatible dietempctl,t7000 2225 | loop-kp 0x00080000 2226 | loop-kits 0x00010000 2227 | device_type dietempctl 2228 | name dietempctl0 2229 | loop-release-temp 0x00000050 2230 | -------------------------------------------------------------------------------------------------------------------------------- 2231 | name cpu-debug-interface 2232 | trace_halt 00 00 25 02 00 00 00 00 00 10 00 00 00 00 00 00 |..%.............| 2233 | 78 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 |x...............| 2234 | AAPL,phandle 0x0000005d 2235 | enable_alt_trace 00 00 25 02 00 00 00 00 00 10 00 00 00 00 00 00 |..%.............| 2236 | 50 00 00 00 00 00 00 00 00 80 00 82 00 00 00 00 |P...............| 2237 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2238 | 00 00 04 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2239 | 08 00 01 00 00 00 00 00 05 00 00 00 00 00 00 00 |................| 2240 | 08 00 01 00 00 00 00 00 03 00 08 a1 00 00 00 00 |................| 2241 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2242 | 00 00 14 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2243 | 08 00 02 00 00 00 00 00 05 00 00 00 00 00 00 00 |................| 2244 | 08 00 02 00 00 00 00 00 03 00 08 a1 00 00 00 00 |................| 2245 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2246 | 00 00 25 02 00 00 00 00 00 10 00 00 00 00 00 00 |..%.............| 2247 | 50 00 00 00 00 00 00 00 00 80 a0 a5 00 00 00 00 |P...............| 2248 | enable_trace 00 00 25 02 00 00 00 00 00 10 00 00 00 00 00 00 |..%.............| 2249 | 50 00 00 00 00 00 00 00 00 80 00 82 00 00 00 00 |P...............| 2250 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2251 | 00 00 04 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2252 | 08 00 01 00 00 00 00 00 05 00 00 00 00 00 00 00 |................| 2253 | 08 00 01 00 00 00 00 00 03 00 08 01 00 00 00 00 |................| 2254 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2255 | 00 00 14 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2256 | 08 00 02 00 00 00 00 00 05 00 00 00 00 00 00 00 |................| 2257 | 08 00 02 00 00 00 00 00 03 00 08 01 00 00 00 00 |................| 2258 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2259 | 00 00 25 02 00 00 00 00 00 10 00 00 00 00 00 00 |..%.............| 2260 | 50 00 00 00 00 00 00 00 00 80 00 a5 00 00 00 00 |P...............| 2261 | cpu_halt 00 00 02 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2262 | b0 0f 00 00 00 00 00 00 55 ce ac c5 00 00 00 00 |........U.......| 2263 | 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................| 2264 | 40 01 00 00 00 00 00 00 0f 00 00 00 00 00 00 00 |@...............| 2265 | a0 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................| 2266 | 20 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 | ...............| 2267 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2268 | 00 00 12 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2269 | b0 0f 00 00 00 00 00 00 55 ce ac c5 00 00 00 00 |........U.......| 2270 | 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................| 2271 | 40 01 00 00 00 00 00 00 0f 00 00 00 00 00 00 00 |@...............| 2272 | a0 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 |................| 2273 | 20 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 | ...............| 2274 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2275 | 00 00 04 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2276 | 00 00 01 00 00 00 00 00 00 00 00 80 00 00 00 00 |................| 2277 | ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00 |................| 2278 | 00 00 14 02 00 00 00 00 00 10 00 00 00 00 00 00 |................| 2279 | 00 00 02 00 00 00 00 00 00 00 00 80 00 00 00 00 |................| 2280 | device_type cpu-debug-interface 2281 | light-em-up 00 00 04 02 02 00 00 00 00 00 00 80 00 00 00 80 |................| 2282 | 00 00 04 02 02 00 00 00 00 00 00 10 00 00 00 10 |................| 2283 | 00 00 14 02 02 00 00 00 00 00 00 80 00 00 00 80 |................| 2284 | 00 00 14 02 02 00 00 00 00 00 00 10 00 00 00 10 |................| 2285 | -------------------------------------------------------------------------------------------------------------------------------- 2286 | compatible 61 6f 64 2c 73 35 6c 38 39 36 30 78 00 61 6f 64 |aod,s5l8960x.aod| 2287 | 2c 74 37 30 30 30 00 |,t7000.| 2288 | default-tck 0x00000064 2289 | function-aod_swclk 17 00 00 00 4f 49 50 47 0b 00 00 00 00 01 00 00 |....OIPG........| 2290 | function-aod_swdio 17 00 00 00 4f 49 50 47 0a 00 00 00 00 01 00 00 |....OIPG........| 2291 | probe-port 0x00001ec6 2292 | device_type aod 2293 | name aod 2294 | AAPL,phandle 0x0000005e 2295 | -------------------------------------------------------------------------------------------------------------------------------- 2296 | boot-adapter-id 0x00000000 2297 | compatible charger,j33 2298 | function-dock_parent 60 00 00 00 50 63 63 61 |`...Pcca| 2299 | interrupt-parent 0x00000039 2300 | function-ac_detect 39 00 00 00 4f 49 50 47 10 00 00 00 00 01 00 00 |9...OIPG........| 2301 | interrupts 2b 00 00 00 28 00 00 00 |+...(...| 2302 | function-usb_det 39 00 00 00 54 41 54 53 2b 01 00 00 |9...TATS+...| 2303 | AAPL,phandle 0x0000005f 2304 | device_type charger 2305 | function-set_charger 39 00 00 00 67 72 68 63 |9...grhc| 2306 | name charger 2307 | boot-reason 0x00000000 2308 | -------------------------------------------------------------------------------------------------------------------------------- 2309 | compatible dock,usb-ufp 2310 | primary-port-id 0x00000001 2311 | device_type dock 2312 | name dock 2313 | AAPL,phandle 0x00000060 2314 | -------------------------------------------------------------------------------------------------------------------------------- 2315 | cpx-encryption-type 0x00000000 2316 | kern.hibernation_min_processes 0x00000004 2317 | panic-reset-type 0x00000001 2318 | AAPL,phandle 0x00000061 2319 | content-protect kern.io_throttle_window_tier3 2320 | kern.io_throttle_window_tier3 0x00000064 2321 | flash-use-calender-time 0x00000001 2322 | data-journaling kern.skywalk_netagent_enable 2323 | kern.skywalk_netagent_enable kern.vm_compressor 2324 | kern.vm_compressor 0x00000002 2325 | supported-legacy-panic-flow kern.maxkfsevents 2326 | kern.maxkfsevents 0x00000400 2327 | use-lwvm kern.max_task_pmem 2328 | kern.max_task_pmem 0x000005aa 2329 | kern.maxvnodes 0x0000125c 2330 | name defaults 2331 | kern.io_throttle_period_tier3 0x00000014 2332 | -------------------------------------------------------------------------------------------------------------------------------- 2333 | artwork-display-gamut sRGB 2334 | offline-dictation 0x00000001 2335 | graphics-featureset-fallbacks APPLE1:GLES2,0 2336 | device-perf-memory-class 0x00000002 2337 | artwork-device-subtype 0x00000000 2338 | product-description Apple TV 2339 | display-mirroring 0x00000001 2340 | allow-32bit-apps 0x00000000 2341 | compatible-device-fallback 0 2342 | mobiledevice-beta-min-ver 1190.100.2 2343 | iap2-protocol-supported 0x00000001 2344 | bluetooth-dev-addr0 dc 2b 2a dd e6 f6 |.+*...| 2345 | sandman-support 0x00000000 2346 | RF-exposure-separation-distance 0x00000005 2347 | single-stage-boot 0x00000000 2348 | disable-spoken-messages 0x00000001 2349 | AAPL,phandle 0x00000062 2350 | name product 2351 | graphics-featureset-class APPLE2 2352 | ui-pip mobiledevice-min-ver 2353 | mobiledevice-min-ver 1170 2354 | wifi-chipset 4350 2355 | ui-weather-quality 0x00000064 2356 | activation-protocol-version 0x00000002 2357 | artwork-dynamic-displaymode 0 2358 | assistant 0x00000001 2359 | product-name Apple TV 2360 | product-id c0 36 d9 e2 67 c2 6b 68 48 7b 0b e1 8c dc 29 d8 |.6..g.khH{....).| 2361 | b3 4f a9 6d |.O.m| 2362 | udid-version 0x00000001 2363 | bluetooth-le 0x00000001 2364 | dictation 0x00000001 2365 | lockdown-certtype 0x00000001 2366 | artwork-scale-factor 0x00000001 2367 | artwork-device-idiom tv 2368 | mac-address-pinto0 00 00 00 00 00 00 |......| 2369 | -------------------------------------------------------------------------------------------------------------------------------- 2370 | AAPL,phandle 0x00000063 2371 | name camera 2372 | video-cap 0x00000002 2373 | -------------------------------------------------------------------------------------------------------------------------------- 2374 | name maps 2375 | AAPL,phandle 0x00000064 2376 | 3d-imagery 0x00000000 2377 | 3d-maps 0x00000000 2378 | -------------------------------------------------------------------------------------------------------------------------------- 2379 | name filesystems 2380 | AAPL,phandle 0x00000065 2381 | -------------------------------------------------------------------------------------------------------------------------------- 2382 | AAPL,phandle 0x00000066 2383 | max_fs_entries 0x00000006 2384 | name fstab 2385 | os_env_type 0x00000001 2386 | -------------------------------------------------------------------------------------------------------------------------------- 2387 | vol.fs_mntopts vol.fs_type 2388 | vol.fs_type ro 2389 | vol.fs_role 0x00000001 2390 | vol.fs_name System 2391 | vol.fs_file / 2392 | vol.fs_passno 0x00000001 2393 | vol.fs_mntorder 0x00000000 2394 | name system-vol 2395 | AAPL,phandle 0x00000067 2396 | -------------------------------------------------------------------------------------------------------------------------------- 2397 | vol.fs_mntopts nosuid,nodev 2398 | vol.fs_type rw 2399 | vol.fs_role 0x00000040 2400 | vol.fs_name Data 2401 | vol.fs_file /private/var 2402 | vol.fs_passno 0x00000002 2403 | vol.fs_mntorder 0x00000002 2404 | name data-vol 2405 | AAPL,phandle 0x00000068 2406 | -------------------------------------------------------------------------------------------------------------------------------- 2407 | vol.fs_mntopts nosuid,nodev,nobrowse 2408 | vol.fs_type rw 2409 | vol.fs_role 0x000000c0 2410 | vol.fs_name Update 2411 | vol.fs_file /private/var/MobileSoftwareUpdate 2412 | vol.fs_passno 0x00000002 2413 | vol.fs_mntorder 0x00000004 2414 | name update-vol 2415 | AAPL,phandle 0x00000069 2416 | -------------------------------------------------------------------------------------------------------------------------------- 2417 | AAPL,phandle 0x0000006a 2418 | max_fs_entries 0x00000001 2419 | name fstab-ephemeral-recovery-data 2420 | os_env_type 0x00000002 2421 | -------------------------------------------------------------------------------------------------------------------------------- 2422 | AAPL,phandle 0x0000006b 2423 | vol.fs_mntopts nosuid,nodev,size=262144,template=/private/var/ 2424 | vol.fs_type rw 2425 | vol.fs_name Data 2426 | vol.fs_ephemeral vol.fs_file 2427 | vol.fs_file /private/var 2428 | vol.fs_mntorder 0x00000000 2429 | name ephemeral-recovery-data-vol 2430 | vol.fs_passno 0x00000002 2431 | -------------------------------------------------------------------------------------------------------------------------------- 2432 | AAPL,phandle 0x0000006c 2433 | max_fs_entries 0x00000006 2434 | name fstab-ephemeral-diag-data 2435 | os_env_type 0x00000001 2436 | -------------------------------------------------------------------------------------------------------------------------------- 2437 | AAPL,phandle 0x0000006d 2438 | vol.fs_mntopts nosuid,nodev,size=1048576,template=/private/var/ 2439 | vol.fs_type rw 2440 | vol.fs_name Data 2441 | vol.fs_ephemeral vol.fs_file 2442 | vol.fs_file /private/var 2443 | vol.fs_mntorder 0x00000000 2444 | name ephemeral-diag-data-vol 2445 | vol.fs_passno 0x00000002 2446 | -------------------------------------------------------------------------------------------------------------------------------- 2447 | vol.fs_mntopts nosuid,nodev,nobrowse 2448 | vol.fs_type rw 2449 | vol.fs_role 0x000000c0 2450 | vol.fs_name Update 2451 | vol.fs_file /private/var/MobileSoftwareUpdate 2452 | vol.fs_passno 0x00000002 2453 | vol.fs_mntorder 0x00000004 2454 | name update-vol 2455 | AAPL,phandle 0x0000006e 2456 | -------------------------------------------------------------------------------------------------------------------------------- 2457 | name osenvironments 2458 | AAPL,phandle 0x0000006f 2459 | -------------------------------------------------------------------------------------------------------------------------------- 2460 | name recovery-environment 2461 | AAPL,phandle 0x00000070 2462 | -------------------------------------------------------------------------------------------------------------------------------- 2463 | parent /filesystems 2464 | AAPL,phandle 0x00000071 2465 | replacement fstab-ephemeral-recovery-data 2466 | name ephemeral-recovery-data-volume 2467 | node fstab 2468 | -------------------------------------------------------------------------------------------------------------------------------- 2469 | property_name ephemeral-storage 2470 | value 0x00000001 2471 | name ephemeral-storage 2472 | AAPL,phandle 0x00000072 2473 | -------------------------------------------------------------------------------------------------------------------------------- 2474 | property_name sepfw-load-at-boot 2475 | value 0x00000000 2476 | name no-sepfw-load-at-boot 2477 | AAPL,phandle 0x00000073 2478 | -------------------------------------------------------------------------------------------------------------------------------- 2479 | property_name protected-data-access 2480 | value 0x00000000 2481 | name no-protected-data-access 2482 | AAPL,phandle 0x00000074 2483 | -------------------------------------------------------------------------------------------------------------------------------- 2484 | property_name amfi-allows-trust-cache-load 2485 | value 0x00000001 2486 | name amfi-allows-trust-cache-load 2487 | AAPL,phandle 0x00000075 2488 | -------------------------------------------------------------------------------------------------------------------------------- 2489 | property_name disable-av-content-protection 2490 | value 0x00000001 2491 | name disable-av-content-protection 2492 | AAPL,phandle 0x00000076 2493 | -------------------------------------------------------------------------------------------------------------------------------- 2494 | property_name use-recovery-securityd 2495 | value 0x00000001 2496 | name use-recovery-securityd 2497 | AAPL,phandle 0x00000077 2498 | -------------------------------------------------------------------------------------------------------------------------------- 2499 | property_name disable-accessory-firmware 2500 | value 0x00000001 2501 | name disable-accessory-firmware 2502 | AAPL,phandle 0x00000078 2503 | -------------------------------------------------------------------------------------------------------------------------------- 2504 | name diagnostics-environment 2505 | AAPL,phandle 0x00000079 2506 | -------------------------------------------------------------------------------------------------------------------------------- 2507 | parent /filesystems 2508 | AAPL,phandle 0x0000007a 2509 | replacement fstab-ephemeral-diag-data 2510 | name ephemeral-diag-data-volume 2511 | node fstab 2512 | -------------------------------------------------------------------------------------------------------------------------------- 2513 | property_name ephemeral-storage 2514 | value 0x00000001 2515 | name ephemeral-storage 2516 | AAPL,phandle 0x0000007b 2517 | -------------------------------------------------------------------------------------------------------------------------------- 2518 | property_name disable-transport-rm 2519 | value 0x00000001 2520 | name disable-transport-rm 2521 | AAPL,phandle 0x0000007c 2522 | -------------------------------------------------------------------------------------------------------------------------------- 2523 | property_name protected-data-access 2524 | value 0x00000000 2525 | name no-protected-data-access 2526 | AAPL,phandle 0x0000007d 2527 | -------------------------------------------------------------------------------------------------------------------------------- 2528 | name darwinos-ramdisk-environment 2529 | AAPL,phandle 0x0000007e 2530 | -------------------------------------------------------------------------------------------------------------------------------- 2531 | parent /filesystems 2532 | AAPL,phandle 0x0000007f 2533 | replacement fstab-ephemeral-recovery-data 2534 | name ephemeral-recovery-data-volume 2535 | node fstab 2536 | -------------------------------------------------------------------------------------------------------------------------------- 2537 | property_name ephemeral-storage 2538 | value 0x00000001 2539 | name ephemeral-storage 2540 | AAPL,phandle 0x00000080 2541 | -------------------------------------------------------------------------------------------------------------------------------- 2542 | property_name protected-data-access 2543 | value 0x00000000 2544 | name no-protected-data-access 2545 | AAPL,phandle 0x00000081 2546 | -------------------------------------------------------------------------------------------------------------------------------- 2547 | property_name sepfw-load-at-boot 2548 | value 0x00000000 2549 | name no-sepfw-load-at-boot 2550 | AAPL,phandle 0x00000082 --------------------------------------------------------------------------------