mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-27 06:30:56 +07:00
27 lines
454 B
Plaintext
27 lines
454 B
Plaintext
|
/*
|
||
|
* at91sam9x5_isi.dtsi - Device Tree Include file for AT91SAM9x5 SoC with an
|
||
|
* Image Sensor Interface.
|
||
|
*
|
||
|
* Copyright (C) 2013 Boris BREZILLON <b.brezillon@overkiz.com>
|
||
|
*
|
||
|
* Licensed under GPLv2.
|
||
|
*/
|
||
|
|
||
|
#include <dt-bindings/pinctrl/at91.h>
|
||
|
#include <dt-bindings/interrupt-controller/irq.h>
|
||
|
|
||
|
/ {
|
||
|
ahb {
|
||
|
apb {
|
||
|
pmc: pmc@fffffc00 {
|
||
|
periphck {
|
||
|
isi_clk: isi_clk {
|
||
|
#clock-cells = <0>;
|
||
|
reg = <25>;
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|
||
|
};
|