75 lines
1.1 KiB
Plaintext
75 lines
1.1 KiB
Plaintext
/*
|
|
* Copyright (c) 2018 Linaro Limited
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
/ {
|
|
soc {
|
|
i2c@f0004000 {
|
|
interrupts = <25 1>;
|
|
};
|
|
|
|
i2c@f0005000 {
|
|
interrupts = <26 1>;
|
|
};
|
|
|
|
uart@f0008000 {
|
|
interrupts = <29 1>;
|
|
};
|
|
|
|
uart@f0009000 {
|
|
interrupts = <30 1>;
|
|
};
|
|
|
|
uart@f000a000 {
|
|
interrupts = <31 1>;
|
|
};
|
|
|
|
gpio@f0002000 {
|
|
interrupts = <24 1>;
|
|
};
|
|
|
|
gpio@f000200c {
|
|
interrupts = <0 1>;
|
|
};
|
|
|
|
gpio@f0002018 {
|
|
interrupts = <0 1>;
|
|
};
|
|
|
|
gpio@f0002024 {
|
|
interrupts = <0 1>;
|
|
};
|
|
|
|
creg_gpio: creg_gpio@f0000014 {
|
|
compatible = "snps,creg-gpio";
|
|
reg = <0xf0000014 0x4>;
|
|
ngpios = <6>;
|
|
label = "CREG_GPIO";
|
|
bit_per_gpio = <1>;
|
|
off_val = <0>;
|
|
on_val = <1>;
|
|
|
|
gpio-controller;
|
|
#gpio-cells = <2>;
|
|
|
|
status = "okay";
|
|
};
|
|
|
|
spi@f0006000 {
|
|
interrupts = <27 1>;
|
|
cs-gpios = <&creg_gpio 0 GPIO_ACTIVE_HIGH>,
|
|
<&creg_gpio 1 GPIO_ACTIVE_HIGH>,
|
|
<&creg_gpio 2 GPIO_ACTIVE_HIGH>,
|
|
<&creg_gpio 3 GPIO_ACTIVE_HIGH>,
|
|
<&creg_gpio 4 GPIO_ACTIVE_HIGH>,
|
|
<&creg_gpio 5 GPIO_ACTIVE_HIGH>;
|
|
};
|
|
|
|
spi@f0007000 {
|
|
interrupts = <28 1>;
|
|
};
|
|
};
|
|
};
|