diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-01-01 19:38:22 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2020-01-10 10:18:21 +0000 |
commit | f1f0a0f98b83cd817a17c332dd402714401d2f53 (patch) | |
tree | 74854ec9c51bd41403618e5c133233a4fce1de3f /src/mainboard/roda/rk886ex | |
parent | 2d69d594de86077e4d98b7ffbc29b24e547faaa9 (diff) | |
download | coreboot-f1f0a0f98b83cd817a17c332dd402714401d2f53.tar.xz |
mb/roda/rk886ex/devicetree.cb: Align comments
Change-Id: I67e3149657c04f72aac0b20bc31af338129a13b2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38072
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/roda/rk886ex')
-rw-r--r-- | src/mainboard/roda/rk886ex/devicetree.cb | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/mainboard/roda/rk886ex/devicetree.cb b/src/mainboard/roda/rk886ex/devicetree.cb index 5bce304335..93a40417fc 100644 --- a/src/mainboard/roda/rk886ex/devicetree.cb +++ b/src/mainboard/roda/rk886ex/devicetree.cb @@ -29,11 +29,11 @@ chip northbridge/intel/i945 device domain 0 on subsystemid 0x4352 0x6886 inherit - device pci 00.0 on end # host bridge + device pci 00.0 on end # host bridge # auto detection: #device pci 01.0 off end # i945 PCIe root port - device pci 02.0 on end # vga controller - device pci 02.1 on end # display controller + device pci 02.0 on end # vga controller + device pci 02.1 on end # display controller chip southbridge/intel/i82801gx register "pirqa_routing" = "0x0b" @@ -66,19 +66,19 @@ chip northbridge/intel/i945 register "gen2_dec" = "0x00fc0601" # ?? register "gen3_dec" = "0x00040069" # EC decode ?? - device pci 1b.0 off end # High Definition Audio - device pci 1c.0 on end # PCIe port 1 - device pci 1c.1 off end # PCIe port 2 - device pci 1c.2 off end # PCIe port 3 - device pci 1c.3 on end # PCIe port 4 - device pci 1c.4 off end # PCIe port 5 - device pci 1c.5 off end # PCIe port 6 - device pci 1d.0 on end # USB UHCI - device pci 1d.1 on end # USB UHCI - device pci 1d.2 on end # USB UHCI - device pci 1d.3 on end # USB UHCI - device pci 1d.7 on end # USB2 EHCI - device pci 1e.0 on + device pci 1b.0 off end # High Definition Audio + device pci 1c.0 on end # PCIe port 1 + device pci 1c.1 off end # PCIe port 2 + device pci 1c.2 off end # PCIe port 3 + device pci 1c.3 on end # PCIe port 4 + device pci 1c.4 off end # PCIe port 5 + device pci 1c.5 off end # PCIe port 6 + device pci 1d.0 on end # USB UHCI + device pci 1d.1 on end # USB UHCI + device pci 1d.2 on end # USB UHCI + device pci 1d.3 on end # USB UHCI + device pci 1d.7 on end # USB2 EHCI + device pci 1e.0 on # PCI bridge chip southbridge/ti/pci7420 register "smartcard_enabled" = "0x0" device pci 3.0 on end @@ -86,24 +86,24 @@ chip northbridge/intel/i945 device pci 3.2 on end device pci 3.3 off end # smartcard end - end # PCI bridge - device pci 1e.2 on end # AC'97 Audio - device pci 1e.3 off end # AC'97 Modem - device pci 1f.0 on # LPC bridge + end + device pci 1e.2 on end # AC'97 Audio + device pci 1e.3 off end # AC'97 Modem + device pci 1f.0 on # LPC bridge chip superio/smsc/lpc47n227 - device pnp 2e.1 on # Parallel port + device pnp 2e.1 on # Parallel port io 0x60 = 0x378 irq 0x70 = 5 end - device pnp 2e.2 on # COM1 + device pnp 2e.2 on # COM1 io 0x60 = 0x3f8 irq 0x70 = 4 end - device pnp 2e.3 on # COM2 + device pnp 2e.3 on # COM2 io 0x60 = 0x2f8 irq 0x70 = 3 end - device pnp 2e.5 off # Keyboard+Mouse + device pnp 2e.5 off # Keyboard+Mouse # io 0x60 = 0x60 # io 0x62 = 0x64 # irq 0x70 = 1 @@ -119,8 +119,8 @@ chip northbridge/intel/i945 end device pci 1f.1 off end # IDE - device pci 1f.2 on end # SATA - device pci 1f.3 on end # SMBus + device pci 1f.2 on end # SATA + device pci 1f.3 on end # SMBus end end end |