summaryrefslogtreecommitdiff
path: root/src/mainboard/lippert/frontrunner/devicetree.cb
blob: fa7c6e73a7925ee7eea37a4c4de2755396d75d7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
chip northbridge/amd/gx2
  device lapic_cluster 0 on
    chip cpu/amd/model_gx2
      device lapic 0 on end
    end
  end

  device pci_domain 0 on
    device pci 0.0 on end
      chip southbridge/amd/cs5535
  	register "setupflash" = "0"
        device pci 12.0 on
        device pci 12.1 off end		# SMI
        device pci 12.2 on  end		# IDE
        device pci 12.3 off end 	# Audio
        device pci 12.4 off end		# VGA
      end
    end
  end
end