2020-01-09 18:46:20 +00:00
|
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
/*
|
|
|
|
* Copyright (C) 2019 Jagan Teki <jagan@amarulasolutions.com>
|
|
|
|
*/
|
2020-01-09 18:46:21 +00:00
|
|
|
|
|
|
|
#include "rockchip-u-boot.dtsi"
|
2022-04-16 15:09:43 +00:00
|
|
|
#include "rk3xxx-u-boot.dtsi"
|
2021-06-25 13:26:32 +00:00
|
|
|
|
|
|
|
&global_timer {
|
|
|
|
status = "okay";
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio0 {
|
|
|
|
compatible = "rockchip,gpio-bank";
|
2023-03-19 15:05:43 +00:00
|
|
|
gpio-ranges = <&pinctrl 0 0 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio1 {
|
|
|
|
gpio-ranges = <&pinctrl 0 32 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio2 {
|
|
|
|
gpio-ranges = <&pinctrl 0 64 32>;
|
|
|
|
};
|
|
|
|
|
|
|
|
&gpio3 {
|
|
|
|
gpio-ranges = <&pinctrl 0 96 32>;
|
2021-06-25 13:26:32 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
&pmu {
|
|
|
|
compatible = "rockchip,rk3188-pmu", "syscon", "simple-mfd";
|
|
|
|
};
|
|
|
|
|