xref: /btstack/chipset/csr/btstack.psr (revision abb0788610c989bf647b920ddd368e7f08e63be7)
1*abb07886SMatthias Ringwald    // Set ANA_Freq to 26MHz
2*abb07886SMatthias Ringwald    &01fe = 6590
3*abb07886SMatthias Ringwald
4*abb07886SMatthias Ringwald    // Set HCI_NOP_DISABLE
5*abb07886SMatthias Ringwald    &00f2 = 0001
6*abb07886SMatthias Ringwald
7*abb07886SMatthias Ringwald#ifdef ENABLE_SCO_OVER_HCI
8*abb07886SMatthias Ringwald    // Set HOSTIO_MAP_SCO_PCM to 0
9*abb07886SMatthias Ringwald    &01ab = 0000
10*abb07886SMatthias Ringwald
11*abb07886SMatthias Ringwald    // Set HOSTIO_MAP_SCO_CODEC to 0
12*abb07886SMatthias Ringwald    &01b0 = 0000
13*abb07886SMatthias Ringwald
14*abb07886SMatthias Ringwald    // Set ENABLE_SCO_STREAMS to 0
15*abb07886SMatthias Ringwald    &22c9 = 0000
16*abb07886SMatthias Ringwald#endif
17*abb07886SMatthias Ringwald
18*abb07886SMatthias Ringwald    // Enable RTS/CTS for BCSP (0806 -> 080e)
19*abb07886SMatthias Ringwald    &01bf = 080e
20*abb07886SMatthias Ringwald
21*abb07886SMatthias Ringwald    // Set UART baudrate to 115200
22*abb07886SMatthias Ringwald    &01ea = 0001 c200
23*abb07886SMatthias Ringwald
24*abb07886SMatthias Ringwald    // Set Bluetooth address
25*abb07886SMatthias Ringwald    &0001 = 00f3 f4f5 00f0 f1f2
26