diff options
Diffstat (limited to 'sys/boot/fdt/dts')
-rw-r--r-- | sys/boot/fdt/dts/db78460.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/boot/fdt/dts/db78460.dts b/sys/boot/fdt/dts/db78460.dts index 3a0e845..1407f62 100644 --- a/sys/boot/fdt/dts/db78460.dts +++ b/sys/boot/fdt/dts/db78460.dts @@ -283,6 +283,13 @@ }; }; }; + + sata@A0000 { + compatible = "mrvl,sata"; + reg = <0xA0000 0x6000>; + interrupts = <55>; + interrupt-parent = <&MPIC>; + }; }; pci0: pcie@d0040000 { |