mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
13 lines
272 B
Text
13 lines
272 B
Text
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
/*
|
||
|
* QorIQ SATAv2 device tree stub [ controller @ offset 0x221000 ]
|
||
|
*
|
||
|
* Copyright 2011 Freescale Semiconductor Inc.
|
||
|
*/
|
||
|
|
||
|
sata@221000 {
|
||
|
compatible = "fsl,pq-sata-v2";
|
||
|
reg = <0x221000 0x1000>;
|
||
|
interrupts = <69 0x2 0 0>;
|
||
|
};
|