Rock64 head -r363021 -> -r363123 kernel upgrade: hangs after "rk_tsadc0: <RockChip temperature sensors> mem ... irq 22 on ofwbus0"
Mark Millard
marklmi at yahoo.com
Sat Jul 18 05:04:42 UTC 2020
On 2020-Jul-13, at 19:42, Mark Millard <marklmi at yahoo.com> wrote:
> On 2020-Jul-13, at 02:10, Mark Millard <marklmi at yahoo.com> wrote:
>
>> On 2020-Jul-13, at 00:59, Mark Millard <marklmi at yahoo.com> wrote:
>>
>>> With boot -v the kernel crashes instead of being
>>> silently-hung:
>>>
>>> . . .
>>> generic_timer0: <ARMv8 Generic Timer> irq 4,5,6,7 on ofwbus0
>>> Timecounter "ARM MPCore Timecounter" frequency 24000000 Hz quality 1000
>>> Event timer "ARM MPCore Eventtimer" frequency 24000000 Hz quality 1000
>>> rk_tsadc0: <RockChip temperature sensors> mem 0xff250000-0xff2500ff irq 22 on ofwbus0
>>> panic: stack overflow detected; backtrace may be corrupted
>>> cpuid = 0
>>> time = 1
>>> KDB: stack backtrace:
>> . . .
>>
>> Trying artifact.ci.freebsd.org debug kernels
>> for an approximate bisect:
>>
>> -r363121 works.
>> -r363122 has no aarch64 artifacts.
>> -r363123 fails.
>>
>> (So the specifics of my personal builds are
>> not involved.)
>>
>>
>> -r363122 is:
>>
>> Author: mmel
>> Date: Sun Jul 12 07:42:21 2020
>> New Revision: 363122
>> URL:
>> https://svnweb.freebsd.org/changeset/base/363122
>>
>> Log:
>> Assigned clocks: fix off-by-one bug, don't leak allocated memory.
>>
>> MFC after: 1 week
>> . . .
>>
>>
>> -r363123 is:
>>
>> Author: mmel
>> Date: Sun Jul 12 07:59:15 2020
>> New Revision: 363123
>> URL:
>> https://svnweb.freebsd.org/changeset/base/363123
>>
>> Log:
>> Reverse the processing order of assigned clocks property.
>> Linux processes these clocks in reverse order and some DT relies
>> on this fact. For example, the frequency setting for a given PLL
>> is the last in the list, preceded by the frequency setting of its
>> following divider or so...
>>
>> MFC after: 1 week
>>
>> . . .
>>
>
> Updating from:
>
> U-Boot TPL 2020.04 (Apr 25 2020 - 07:18:42)
> U-Boot SPL 2020.04 (Apr 25 2020 - 07:18:42 +0000)
> U-Boot 2020.04 (Apr 25 2020 - 07:19:22 +0000)
>
> to sysutils/u-boot-rock64 and sysutils/u-boot-master
> producing :
>
> U-Boot TPL 2020.07 (Jul 13 2020 - 18:51:17)
> U-Boot SPL 2020.07 (Jul 13 2020 - 18:51:17 +0000)
> U-Boot 2020.07 (Jul 13 2020 - 18:56:13 +0000)
>
> made no difference when installed and tested.
>
> (The detailed last-messasge point does seem to
> vary generally, so I've not considered that when
> comparing. It still hangs up with the updated
> sysutils/u-boot-rock64 related materials.)
>
As head -r363123 was a change in the order of processing
assigned clocks I show below what u-boot "fdt print /"
reports, also how I found the address for setting up to
print. May be someone will recognize if the Rock64 dtb
ordering and the new order of processing are
incompatible in some specific place(s). (I've not done
well at figuring out how to get evidence of the actual
problem.)
There are:
A) 4 assigned-clocks= lines
B) 3 assigned-clock-parents= lines
C) 2 assigned-clock-rates= lines
tsadc at ff250000, clock-controller at ff440000,
syscon at ff450000's usb2-phy at 100, and
ethernet at ff540000 have such lines.
clock-controller at ff440000 uses notations:
assigned-clocks = * 0x00000000080f4094 [0x000000f8];
and:
assigned-clock-rates = * 0x00000000080f41c8 [0x0000007c];
which are not like used in the others.
Booting attempts report:
Using DTB provided by EFI at 0x80f0000.
So in u-boot . . .
(I show the whole thing since I do not know
how various things might be related.)
=> fdt addr 0x80f0000
=> fdt print /
/ {
serial-number = "987bc4c7d9280466";
compatible = "pine64,rock64", "rockchip,rk3328";
interrupt-parent = <0x00000059>;
#address-cells = <0x00000002>;
#size-cells = <0x00000002>;
model = "Pine64 Rock64";
memory {
reg = <0x00000000 0x00200000 0x00000000 0xfee00000>;
device_type = "memory";
};
aliases {
serial0 = "/serial at ff110000";
serial1 = "/serial at ff120000";
serial2 = "/serial at ff130000";
i2c0 = "/i2c at ff150000";
i2c1 = "/i2c at ff160000";
i2c2 = "/i2c at ff170000";
i2c3 = "/i2c at ff180000";
ethernet0 = "/ethernet at ff540000";
ethernet1 = "/ethernet at ff550000";
};
cpus {
#address-cells = <0x00000002>;
#size-cells = <0x00000000>;
cpu at 0 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x00000000 0x00000000>;
clocks = <0x0000004b 0x00000006>;
#cooling-cells = <0x00000002>;
cpu-idle-states = <0x00000005>;
dynamic-power-coefficient = <0x00000078>;
enable-method = "psci";
next-level-cache = <0x00000006>;
operating-points-v2 = <0x00000007>;
cpu-supply = <0x00000022>;
phandle = <0x00000001>;
};
cpu at 1 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x00000000 0x00000001>;
clocks = <0x0000004b 0x00000006>;
#cooling-cells = <0x00000002>;
cpu-idle-states = <0x00000005>;
dynamic-power-coefficient = <0x00000078>;
enable-method = "psci";
next-level-cache = <0x00000006>;
operating-points-v2 = <0x00000007>;
cpu-supply = <0x00000022>;
phandle = <0x00000002>;
};
cpu at 2 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x00000000 0x00000002>;
clocks = <0x0000004b 0x00000006>;
#cooling-cells = <0x00000002>;
cpu-idle-states = <0x00000005>;
dynamic-power-coefficient = <0x00000078>;
enable-method = "psci";
next-level-cache = <0x00000006>;
operating-points-v2 = <0x00000007>;
cpu-supply = <0x00000022>;
phandle = <0x00000003>;
};
cpu at 3 {
device_type = "cpu";
compatible = "arm,cortex-a53";
reg = <0x00000000 0x00000003>;
clocks = <0x0000004b 0x00000006>;
#cooling-cells = <0x00000002>;
cpu-idle-states = <0x00000005>;
dynamic-power-coefficient = <0x00000078>;
enable-method = "psci";
next-level-cache = <0x00000006>;
operating-points-v2 = <0x00000007>;
cpu-supply = <0x00000022>;
phandle = <0x00000004>;
};
idle-states {
entry-method = "psci";
cpu-sleep {
compatible = "arm,idle-state";
local-timer-stop;
arm,psci-suspend-param = <0x00010000>;
entry-latency-us = <0x00000078>;
exit-latency-us = <0x000000fa>;
min-residency-us = <0x00000384>;
phandle = <0x00000005>;
};
};
l2-cache0 {
compatible = "cache";
phandle = <0x00000006>;
};
};
opp_table0 {
compatible = "operating-points-v2";
opp-shared;
phandle = <0x00000007>;
opp-408000000 {
opp-hz = <0x00000000 0x18519600>;
opp-microvolt = <0x000e7ef0>;
clock-latency-ns = <0x00009c40>;
opp-suspend;
};
opp-600000000 {
opp-hz = <0x00000000 0x23c34600>;
opp-microvolt = <0x000e7ef0>;
clock-latency-ns = <0x00009c40>;
};
opp-816000000 {
opp-hz = <0x00000000 0x30a32c00>;
opp-microvolt = <0x000f4240>;
clock-latency-ns = <0x00009c40>;
};
opp-1008000000 {
opp-hz = <0x00000000 0x3c14dc00>;
opp-microvolt = <0x0010c8e0>;
clock-latency-ns = <0x00009c40>;
};
opp-1200000000 {
opp-hz = <0x00000000 0x47868c00>;
opp-microvolt = <0x0012b128>;
clock-latency-ns = <0x00009c40>;
};
opp-1296000000 {
opp-hz = <0x00000000 0x4d3f6400>;
opp-microvolt = <0x0013d620>;
clock-latency-ns = <0x00009c40>;
};
};
bus {
compatible = "simple-bus";
#address-cells = <0x00000002>;
#size-cells = <0x00000002>;
ranges;
phandle = <0x00000008>;
dmac at ff1f0000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x00000000 0xff1f0000 0x00000000 0x00004000>;
interrupts = <0x00000000 0x00000000 0x00000004 0x00000000 0x00000001 0x00000004>;
clocks = <0x0000004b 0x00000086>;
clock-names = "apb_pclk";
#dma-cells = <0x00000001>;
phandle = <0x00000009>;
};
};
analog-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <0x00000100>;
simple-audio-card,name = "Analog";
status = "disabled";
phandle = <0x0000000a>;
simple-audio-card,cpu {
sound-dai = <0x0000000f>;
};
simple-audio-card,codec {
sound-dai = <0x00000048>;
};
};
arm-pmu {
compatible = "arm,cortex-a53-pmu";
interrupts = <0x00000000 0x00000064 0x00000004 0x00000000 0x00000065 0x00000004 0x00000000 0x00000066 0x00000004 0x00000000 0x00000067 0x00000004>;
interrupt-affinity = <0x00000001 0x00000002 0x00000003 0x00000004>;
};
display-subsystem {
compatible = "rockchip,display-subsystem";
ports = <0x00000042>;
phandle = <0x0000000b>;
};
hdmi-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,mclk-fs = <0x00000080>;
simple-audio-card,name = "HDMI";
status = "disabled";
phandle = <0x0000000c>;
simple-audio-card,cpu {
sound-dai = <0x0000000e>;
};
simple-audio-card,codec {
sound-dai = <0x00000045>;
};
};
psci {
compatible = "arm,psci-1.0", "arm,psci-0.2";
method = "smc";
};
timer {
compatible = "arm,armv8-timer";
interrupts = <0x00000001 0x0000000d 0x00000f08 0x00000001 0x0000000e 0x00000f08 0x00000001 0x0000000b 0x00000f08 0x00000001 0x0000000a 0x00000f08>;
};
xin24m {
compatible = "fixed-clock";
#clock-cells = <0x00000000>;
clock-frequency = <0x016e3600>;
clock-output-names = "xin24m";
phandle = <0x0000000d>;
};
i2s at ff000000 {
compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
reg = <0x00000000 0xff000000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x0000001a 0x00000004>;
clocks = <0x0000004b 0x00000029 0x0000004b 0x00000137>;
clock-names = "i2s_clk", "i2s_hclk";
dmas = <0x00000009 0x0000000b 0x00000009 0x0000000c>;
dma-names = "tx", "rx";
#sound-dai-cells = <0x00000000>;
status = "disabled";
phandle = <0x0000000e>;
};
i2s at ff010000 {
compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
reg = <0x00000000 0xff010000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x0000001b 0x00000004>;
clocks = <0x0000004b 0x0000002a 0x0000004b 0x00000138>;
clock-names = "i2s_clk", "i2s_hclk";
dmas = <0x00000009 0x0000000e 0x00000009 0x0000000f>;
dma-names = "tx", "rx";
#sound-dai-cells = <0x00000000>;
status = "okay";
phandle = <0x0000000f>;
port {
phandle = <0x00000010>;
endpoint {
dai-format = "i2s";
mclk-fs = <0x00000100>;
remote-endpoint = <0x00000049>;
phandle = <0x00000011>;
};
};
};
i2s at ff020000 {
compatible = "rockchip,rk3328-i2s", "rockchip,rk3066-i2s";
reg = <0x00000000 0xff020000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x0000001c 0x00000004>;
clocks = <0x0000004b 0x0000002b 0x0000004b 0x00000139>;
clock-names = "i2s_clk", "i2s_hclk";
dmas = <0x00000009 0x00000000 0x00000009 0x00000001>;
dma-names = "tx", "rx";
#sound-dai-cells = <0x00000000>;
status = "disabled";
phandle = <0x00000012>;
};
spdif at ff030000 {
compatible = "rockchip,rk3328-spdif";
reg = <0x00000000 0xff030000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x0000001d 0x00000004>;
clocks = <0x0000004b 0x0000002e 0x0000004b 0x0000013a>;
clock-names = "mclk", "hclk";
dmas = <0x00000009 0x0000000a>;
dma-names = "tx";
pinctrl-names = "default";
pinctrl-0 = <0x000000b3>;
#sound-dai-cells = <0x00000000>;
status = "okay";
phandle = <0x00000013>;
port {
phandle = <0x00000014>;
endpoint {
remote-endpoint = <0x000000f0>;
phandle = <0x00000015>;
};
};
};
pdm at ff040000 {
compatible = "rockchip,pdm";
reg = <0x00000000 0xff040000 0x00000000 0x00001000>;
clocks = <0x0000004b 0x0000003d 0x0000004b 0x00000152>;
clock-names = "pdm_clk", "pdm_hclk";
dmas = <0x00000009 0x00000010>;
dma-names = "rx";
pinctrl-names = "default", "sleep";
pinctrl-0 = <0x00000075 0x00000077 0x00000078 0x00000079 0x0000007a>;
pinctrl-1 = <0x0000007b 0x0000007c 0x0000007d 0x0000007e 0x0000007f>;
status = "disabled";
phandle = <0x00000016>;
};
syscon at ff100000 {
compatible = "rockchip,rk3328-grf", "syscon", "simple-mfd";
reg = <0x00000000 0xff100000 0x00000000 0x00001000>;
phandle = <0x00000017>;
io-domains {
compatible = "rockchip,rk3328-io-voltage-domain";
status = "okay";
vccio1-supply = <0x00000024>;
vccio2-supply = <0x00000026>;
vccio3-supply = <0x00000024>;
vccio4-supply = <0x00000025>;
vccio5-supply = <0x00000024>;
vccio6-supply = <0x00000024>;
pmuio-supply = <0x00000024>;
phandle = <0x00000018>;
};
grf-gpio {
compatible = "rockchip,rk3328-grf-gpio";
gpio-controller;
#gpio-cells = <0x00000002>;
phandle = <0x00000019>;
};
power-controller {
compatible = "rockchip,rk3328-power-controller";
#power-domain-cells = <0x00000001>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
phandle = <0x0000001a>;
pd_hevc at 6 {
reg = <0x00000006>;
};
pd_video at 5 {
reg = <0x00000005>;
};
pd_vpu at 8 {
reg = <0x00000008>;
clocks = <0x0000004b 0x0000008f 0x0000004b 0x00000146>;
};
};
reboot-mode {
compatible = "syscon-reboot-mode";
offset = <0x000005c8>;
mode-normal = "RB√";
mode-recovery = <0x5242c303>;
mode-bootloader = <0x5242c309>;
mode-loader = <0x5242c301>;
};
};
serial at ff110000 {
compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
reg = <0x00000000 0xff110000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000037 0x00000004>;
clocks = <0x0000004b 0x00000026 0x0000004b 0x000000d2>;
clock-names = "baudclk", "apb_pclk";
dmas = <0x00000009 0x00000002 0x00000009 0x00000003>;
dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <0x00000083 0x00000084 0x00000085>;
reg-io-width = <0x00000004>;
reg-shift = <0x00000002>;
status = "disabled";
phandle = <0x0000001b>;
};
serial at ff120000 {
compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
reg = <0x00000000 0xff120000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000038 0x00000004>;
clocks = <0x0000004b 0x00000027 0x0000004b 0x000000d3>;
clock-names = "baudclk", "apb_pclk";
dmas = <0x00000009 0x00000004 0x00000009 0x00000005>;
dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <0x00000087 0x00000088 0x00000089>;
reg-io-width = <0x00000004>;
reg-shift = <0x00000002>;
status = "disabled";
phandle = <0x0000001c>;
};
serial at ff130000 {
compatible = "rockchip,rk3328-uart", "snps,dw-apb-uart";
reg = <0x00000000 0xff130000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000039 0x00000004>;
clocks = <0x0000004b 0x00000028 0x0000004b 0x000000d4>;
clock-names = "baudclk", "apb_pclk";
dmas = <0x00000009 0x00000006 0x00000009 0x00000007>;
dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <0x0000008c>;
reg-io-width = <0x00000004>;
reg-shift = <0x00000002>;
status = "okay";
phandle = <0x0000001d>;
};
i2c at ff150000 {
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
reg = <0x00000000 0xff150000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x00000024 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x0000004b 0x00000037 0x0000004b 0x000000cd>;
clock-names = "i2c", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x0000006f>;
status = "disabled";
phandle = <0x0000001e>;
};
i2c at ff160000 {
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
reg = <0x00000000 0xff160000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x00000025 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x0000004b 0x00000038 0x0000004b 0x000000ce>;
clock-names = "i2c", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x00000070>;
status = "okay";
phandle = <0x0000001f>;
pmic at 18 {
compatible = "rockchip,rk805";
reg = <0x00000018>;
interrupt-parent = <0x0000005d>;
interrupts = <0x00000006 0x00000008>;
#clock-cells = <0x00000001>;
clock-output-names = "xin32k", "rk805-clkout2";
gpio-controller;
#gpio-cells = <0x00000002>;
pinctrl-names = "default";
pinctrl-0 = <0x000000e9>;
rockchip,system-power-controller;
wakeup-source;
vcc1-supply = <0x000000ef>;
vcc2-supply = <0x000000ef>;
vcc3-supply = <0x000000ef>;
vcc4-supply = <0x000000ef>;
vcc5-supply = <0x00000024>;
vcc6-supply = <0x000000ef>;
phandle = <0x00000020>;
regulators {
DCDC_REG1 {
regulator-name = "vdd_logic";
regulator-min-microvolt = <0x000adf34>;
regulator-max-microvolt = <0x00162010>;
regulator-ramp-delay = <0x000030d4>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000021>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x000f4240>;
};
};
DCDC_REG2 {
regulator-name = "vdd_arm";
regulator-min-microvolt = <0x000adf34>;
regulator-max-microvolt = <0x00162010>;
regulator-ramp-delay = <0x000030d4>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000022>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x000e7ef0>;
};
};
DCDC_REG3 {
regulator-name = "vcc_ddr";
regulator-always-on;
regulator-boot-on;
phandle = <0x00000023>;
regulator-state-mem {
regulator-on-in-suspend;
};
};
DCDC_REG4 {
regulator-name = "vcc_io";
regulator-min-microvolt = <0x00325aa0>;
regulator-max-microvolt = <0x00325aa0>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000024>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x00325aa0>;
};
};
LDO_REG1 {
regulator-name = "vcc_18";
regulator-min-microvolt = <0x001b7740>;
regulator-max-microvolt = <0x001b7740>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000025>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x001b7740>;
};
};
LDO_REG2 {
regulator-name = "vcc18_emmc";
regulator-min-microvolt = <0x001b7740>;
regulator-max-microvolt = <0x001b7740>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000026>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x001b7740>;
};
};
LDO_REG3 {
regulator-name = "vdd_10";
regulator-min-microvolt = <0x000f4240>;
regulator-max-microvolt = <0x000f4240>;
regulator-always-on;
regulator-boot-on;
phandle = <0x00000027>;
regulator-state-mem {
regulator-on-in-suspend;
regulator-suspend-microvolt = <0x000f4240>;
};
};
};
};
};
i2c at ff170000 {
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
reg = <0x00000000 0xff170000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x00000026 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x0000004b 0x00000039 0x0000004b 0x000000cf>;
clock-names = "i2c", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x00000071>;
status = "disabled";
phandle = <0x00000028>;
};
i2c at ff180000 {
compatible = "rockchip,rk3328-i2c", "rockchip,rk3399-i2c";
reg = <0x00000000 0xff180000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x00000027 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x0000004b 0x0000003a 0x0000004b 0x000000d0>;
clock-names = "i2c", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x00000072>;
status = "disabled";
phandle = <0x00000029>;
};
spi at ff190000 {
compatible = "rockchip,rk3328-spi", "rockchip,rk3066-spi";
reg = <0x00000000 0xff190000 0x00000000 0x00001000>;
interrupts = <0x00000000 0x00000031 0x00000004>;
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
clocks = <0x0000004b 0x00000020 0x0000004b 0x000000d1>;
clock-names = "spiclk", "apb_pclk";
dmas = <0x00000009 0x00000008 0x00000009 0x00000009>;
dma-names = "tx", "rx";
pinctrl-names = "default";
pinctrl-0 = <0x00000097 0x00000099 0x0000009a 0x00000098>;
status = "okay";
phandle = <0x0000002a>;
spiflash at 0 {
compatible = "jedec,spi-nor";
reg = <0x00000000>;
spi-max-frequency = <0x02faf080>;
};
};
watchdog at ff1a0000 {
compatible = "snps,dw-wdt";
reg = <0x00000000 0xff1a0000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000028 0x00000004>;
clocks = <0x0000004b 0x000000ec>;
phandle = <0x0000002b>;
};
pwm at ff1b0000 {
compatible = "rockchip,rk3328-pwm";
reg = <0x00000000 0xff1b0000 0x00000000 0x00000010>;
clocks = <0x0000004b 0x0000003c 0x0000004b 0x000000d6>;
clock-names = "pwm", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x000000d7>;
#pwm-cells = <0x00000003>;
status = "disabled";
phandle = <0x0000002c>;
};
pwm at ff1b0010 {
compatible = "rockchip,rk3328-pwm";
reg = <0x00000000 0xff1b0010 0x00000000 0x00000010>;
clocks = <0x0000004b 0x0000003c 0x0000004b 0x000000d6>;
clock-names = "pwm", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x000000d8>;
#pwm-cells = <0x00000003>;
status = "disabled";
phandle = <0x0000002d>;
};
pwm at ff1b0020 {
compatible = "rockchip,rk3328-pwm";
reg = <0x00000000 0xff1b0020 0x00000000 0x00000010>;
clocks = <0x0000004b 0x0000003c 0x0000004b 0x000000d6>;
clock-names = "pwm", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x000000d9>;
#pwm-cells = <0x00000003>;
status = "disabled";
phandle = <0x0000002e>;
};
pwm at ff1b0030 {
compatible = "rockchip,rk3328-pwm";
reg = <0x00000000 0xff1b0030 0x00000000 0x00000010>;
interrupts = <0x00000000 0x00000032 0x00000004>;
clocks = <0x0000004b 0x0000003c 0x0000004b 0x000000d6>;
clock-names = "pwm", "pclk";
pinctrl-names = "default";
pinctrl-0 = <0x000000da>;
#pwm-cells = <0x00000003>;
status = "disabled";
phandle = <0x0000002f>;
};
thermal-zones {
soc-thermal {
polling-delay-passive = <0x00000014>;
polling-delay = <0x000003e8>;
sustainable-power = <0x000003e8>;
thermal-sensors = <0x00000034 0x00000000>;
phandle = <0x00000030>;
trips {
trip-point0 {
temperature = <0x00011170>;
hysteresis = <0x000007d0>;
type = "passive";
phandle = <0x00000031>;
};
trip-point1 {
temperature = <0x00014c08>;
hysteresis = <0x000007d0>;
type = "passive";
phandle = <0x00000032>;
};
soc-crit {
temperature = <0x00017318>;
hysteresis = <0x000007d0>;
type = "critical";
phandle = <0x00000033>;
};
};
cooling-maps {
map0 {
trip = <0x00000032>;
cooling-device = <0x00000001 0xffffffff 0xffffffff 0x00000002 0xffffffff 0xffffffff 0x00000003 0xffffffff 0xffffffff 0x00000004 0xffffffff 0xffffffff>;
contribution = <0x00001000>;
};
};
};
};
tsadc at ff250000 {
compatible = "rockchip,rk3328-tsadc";
reg = <0x00000000 0xff250000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x0000003a 0x00000004>;
assigned-clocks = <0x0000004b 0x00000024>;
assigned-clock-rates = <0x0000c350>;
clocks = <0x0000004b 0x00000024 0x0000004b 0x000000d5>;
clock-names = "tsadc", "apb_pclk";
pinctrl-names = "init", "default", "sleep";
pinctrl-0 = <0x00000081>;
pinctrl-1 = <0x00000082>;
pinctrl-2 = <0x00000081>;
resets = <0x0000004b 0x00000042>;
reset-names = "tsadc-apb";
rockchip,grf = <0x00000017>;
rockchip,hw-tshut-temp = <0x000186a0>;
#thermal-sensor-cells = <0x00000001>;
status = "okay";
rockchip,hw-tshut-mode = <0x00000000>;
rockchip,hw-tshut-polarity = <0x00000000>;
phandle = <0x00000034>;
};
efuse at ff260000 {
compatible = "rockchip,rk3328-efuse";
reg = <0x00000000 0xff260000 0x00000000 0x00000050>;
#address-cells = <0x00000001>;
#size-cells = <0x00000001>;
clocks = <0x0000004b 0x0000003e>;
clock-names = "pclk_efuse";
rockchip,efuse-size = <0x00000020>;
phandle = <0x00000035>;
id at 7 {
reg = <0x00000007 0x00000010>;
phandle = <0x00000036>;
};
cpu-leakage at 17 {
reg = <0x00000017 0x00000001>;
phandle = <0x00000037>;
};
logic-leakage at 19 {
reg = <0x00000019 0x00000001>;
phandle = <0x00000038>;
};
cpu-version at 1a {
reg = <0x0000001a 0x00000001>;
bits = <0x00000003 0x00000003>;
phandle = <0x00000039>;
};
};
adc at ff280000 {
compatible = "rockchip,rk3328-saradc", "rockchip,rk3399-saradc";
reg = <0x00000000 0xff280000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000050 0x00000004>;
#io-channel-cells = <0x00000001>;
clocks = <0x0000004b 0x00000025 0x0000004b 0x000000ea>;
clock-names = "saradc", "apb_pclk";
resets = <0x0000004b 0x00000056>;
reset-names = "saradc-apb";
status = "disabled";
phandle = <0x0000003a>;
};
gpu at ff300000 {
compatible = "rockchip,rk3328-mali", "arm,mali-450";
reg = <0x00000000 0xff300000 0x00000000 0x00040000>;
interrupts = * 0x00000000080f33a0 [0x00000054];
interrupt-names = "gp", "gpmmu", "pp", "pp0", "ppmmu0", "pp1", "ppmmu1";
clocks = <0x0000004b 0x00000087 0x0000004b 0x00000087>;
clock-names = "bus", "core";
resets = <0x0000004b 0x00000066>;
phandle = <0x0000003b>;
};
iommu at ff330200 {
compatible = "rockchip,iommu";
reg = <0x00000000 0xff330200 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000060 0x00000004>;
interrupt-names = "h265e_mmu";
clocks = <0x0000004b 0x00000093 0x0000004b 0x000000dd>;
clock-names = "aclk", "iface";
#iommu-cells = <0x00000000>;
status = "disabled";
phandle = <0x0000003c>;
};
iommu at ff340800 {
compatible = "rockchip,iommu";
reg = <0x00000000 0xff340800 0x00000000 0x00000040>;
interrupts = <0x00000000 0x00000062 0x00000004>;
interrupt-names = "vepu_mmu";
clocks = <0x0000004b 0x0000008f 0x0000004b 0x00000146>;
clock-names = "aclk", "iface";
#iommu-cells = <0x00000000>;
status = "disabled";
phandle = <0x0000003d>;
};
video-codec at ff350000 {
compatible = "rockchip,rk3328-vpu";
reg = <0x00000000 0xff350000 0x00000000 0x00000800>;
interrupts = <0x00000000 0x00000009 0x00000004>;
interrupt-names = "vdpu";
clocks = <0x0000004b 0x0000008f 0x0000004b 0x00000146>;
clock-names = "aclk", "hclk";
iommus = <0x0000003f>;
power-domains = <0x0000001a 0x00000008>;
phandle = <0x0000003e>;
};
iommu at ff350800 {
compatible = "rockchip,iommu";
reg = <0x00000000 0xff350800 0x00000000 0x00000040>;
interrupts = <0x00000000 0x0000000b 0x00000004>;
interrupt-names = "vpu_mmu";
clocks = <0x0000004b 0x0000008f 0x0000004b 0x00000146>;
clock-names = "aclk", "iface";
#iommu-cells = <0x00000000>;
power-domains = <0x0000001a 0x00000008>;
phandle = <0x0000003f>;
};
iommu at ff360480 {
compatible = "rockchip,iommu";
reg = <0x00000000 0xff360480 0x00000000 0x00000040 0x00000000 0xff3604c0 0x00000000 0x00000040>;
interrupts = <0x00000000 0x0000004a 0x00000004>;
interrupt-names = "rkvdec_mmu";
clocks = <0x0000004b 0x0000008b 0x0000004b 0x00000142>;
clock-names = "aclk", "iface";
#iommu-cells = <0x00000000>;
status = "disabled";
phandle = <0x00000040>;
};
vop at ff370000 {
compatible = "rockchip,rk3328-vop";
reg = <0x00000000 0xff370000 0x00000000 0x00003efc>;
interrupts = <0x00000000 0x00000020 0x00000004>;
clocks = <0x0000004b 0x00000091 0x0000004b 0x00000078 0x0000004b 0x0000013b>;
clock-names = "aclk_vop", "dclk_vop", "hclk_vop";
resets = <0x0000004b 0x00000085 0x0000004b 0x00000086 0x0000004b 0x00000087>;
reset-names = "axi", "ahb", "dclk";
iommus = <0x00000044>;
status = "okay";
phandle = <0x00000041>;
port {
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
phandle = <0x00000042>;
endpoint at 0 {
reg = <0x00000000>;
remote-endpoint = <0x00000047>;
phandle = <0x00000043>;
};
};
};
iommu at ff373f00 {
compatible = "rockchip,iommu";
reg = <0x00000000 0xff373f00 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000020 0x00000004>;
interrupt-names = "vop_mmu";
clocks = <0x0000004b 0x00000091 0x0000004b 0x0000013b>;
clock-names = "aclk", "iface";
#iommu-cells = <0x00000000>;
status = "okay";
phandle = <0x00000044>;
};
hdmi at ff3c0000 {
compatible = "rockchip,rk3328-dw-hdmi";
reg = <0x00000000 0xff3c0000 0x00000000 0x00020000>;
reg-io-width = <0x00000004>;
interrupts = <0x00000000 0x00000023 0x00000004 0x00000000 0x00000047 0x00000004>;
clocks = <0x0000004b 0x000000e7 0x0000004b 0x00000046 0x0000004b 0x0000001e>;
clock-names = "iahb", "isfr", "cec";
phys = <0x0000004a>;
phy-names = "hdmi";
pinctrl-names = "default";
pinctrl-0 = <0x000000e4 0x00000074 0x000000e5>;
rockchip,grf = <0x00000017>;
#sound-dai-cells = <0x00000000>;
status = "okay";
phandle = <0x00000045>;
ports {
port {
phandle = <0x00000046>;
endpoint {
remote-endpoint = <0x00000043>;
phandle = <0x00000047>;
};
};
};
};
codec at ff410000 {
compatible = "rockchip,rk3328-codec";
reg = <0x00000000 0xff410000 0x00000000 0x00001000>;
clocks = <0x0000004b 0x000000eb 0x0000004b 0x0000002a>;
clock-names = "pclk", "mclk";
rockchip,grf = <0x00000017>;
#sound-dai-cells = <0x00000000>;
status = "okay";
mute-gpios = <0x00000019 0x00000000 0x00000001>;
phandle = <0x00000048>;
port at 0 {
endpoint {
remote-endpoint = <0x00000011>;
phandle = <0x00000049>;
};
};
};
phy at ff430000 {
compatible = "rockchip,rk3328-hdmi-phy";
reg = <0x00000000 0xff430000 0x00000000 0x00010000>;
interrupts = <0x00000000 0x00000053 0x00000004>;
clocks = <0x0000004b 0x000000e4 0x0000000d 0x0000004b 0x00000079>;
clock-names = "sysclk", "refoclk", "refpclk";
clock-output-names = "hdmi_phy";
#clock-cells = <0x00000000>;
nvmem-cells = <0x00000039>;
nvmem-cell-names = "cpu-version";
#phy-cells = <0x00000000>;
status = "okay";
phandle = <0x0000004a>;
};
clock-controller at ff440000 {
compatible = "rockchip,rk3328-cru", "rockchip,cru", "syscon";
reg = <0x00000000 0xff440000 0x00000000 0x00001000>;
rockchip,grf = <0x00000017>;
#clock-cells = <0x00000001>;
#reset-cells = <0x00000001>;
assigned-clocks = * 0x00000000080f4094 [0x000000f8];
assigned-clock-parents = <0x0000004b 0x0000007a 0x0000004b 0x00000001 0x0000004b 0x00000004 0x0000000d 0x0000000d 0x0000000d>;
assigned-clock-rates = * 0x00000000080f41c8 [0x0000007c];
phandle = <0x0000004b>;
};
syscon at ff450000 {
compatible = "rockchip,rk3328-usb2phy-grf", "syscon", "simple-mfd";
reg = <0x00000000 0xff450000 0x00000000 0x00010000>;
#address-cells = <0x00000001>;
#size-cells = <0x00000001>;
phandle = <0x0000004c>;
usb2-phy at 100 {
compatible = "rockchip,rk3328-usb2phy";
reg = <0x00000100 0x00000010>;
clocks = <0x0000000d>;
clock-names = "phyclk";
clock-output-names = "usb480m_phy";
#clock-cells = <0x00000000>;
assigned-clocks = <0x0000004b 0x0000007b>;
assigned-clock-parents = <0x0000004d>;
status = "okay";
phandle = <0x0000004d>;
otg-port {
#phy-cells = <0x00000000>;
interrupts = <0x00000000 0x0000003b 0x00000004 0x00000000 0x0000003c 0x00000004 0x00000000 0x0000003d 0x00000004>;
interrupt-names = "otg-bvalid", "otg-id", "linestate";
status = "okay";
phandle = <0x0000004e>;
};
host-port {
#phy-cells = <0x00000000>;
interrupts = <0x00000000 0x0000003e 0x00000004>;
interrupt-names = "linestate";
status = "okay";
phandle = <0x0000004f>;
};
};
};
mmc at ff500000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x00000000 0xff500000 0x00000000 0x00004000>;
interrupts = <0x00000000 0x0000000c 0x00000004>;
clocks = <0x0000004b 0x0000013d 0x0000004b 0x00000021 0x0000004b 0x0000004a 0x0000004b 0x0000004e>;
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
fifo-depth = <0x00000100>;
max-frequency = <0x08f0d180>;
status = "okay";
bus-width = <0x00000004>;
cap-mmc-highspeed;
cap-sd-highspeed;
disable-wp;
pinctrl-names = "default";
pinctrl-0 = <0x000000ba 0x000000bb 0x000000bc 0x000000bf>;
vmmc-supply = <0x000000ec>;
phandle = <0x00000050>;
};
mmc at ff510000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x00000000 0xff510000 0x00000000 0x00004000>;
interrupts = <0x00000000 0x0000000d 0x00000004>;
clocks = <0x0000004b 0x0000013e 0x0000004b 0x00000022 0x0000004b 0x0000004b 0x0000004b 0x0000004f>;
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
fifo-depth = <0x00000100>;
max-frequency = <0x08f0d180>;
status = "disabled";
phandle = <0x00000051>;
};
mmc at ff520000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x00000000 0xff520000 0x00000000 0x00004000>;
interrupts = <0x00000000 0x0000000e 0x00000004>;
clocks = <0x0000004b 0x0000013f 0x0000004b 0x00000023 0x0000004b 0x0000004c 0x0000004b 0x00000050>;
clock-names = "biu", "ciu", "ciu-drive", "ciu-sample";
fifo-depth = <0x00000100>;
max-frequency = <0x08f0d180>;
status = "okay";
bus-width = <0x00000008>;
cap-mmc-highspeed;
mmc-hs200-1_8v;
non-removable;
pinctrl-names = "default";
pinctrl-0 = <0x000000d0 0x000000d1 0x000000d6>;
vmmc-supply = <0x00000024>;
vqmmc-supply = <0x00000026>;
phandle = <0x00000052>;
};
ethernet at ff540000 {
local-mac-address = [aa de e4 1b 49 c8];
compatible = "rockchip,rk3328-gmac";
reg = <0x00000000 0xff540000 0x00000000 0x00010000>;
interrupts = <0x00000000 0x00000018 0x00000004>;
interrupt-names = "macirq";
clocks = <0x0000004b 0x00000064 0x0000004b 0x00000057 0x0000004b 0x00000058 0x0000004b 0x0000005a 0x0000004b 0x00000059 0x0000004b 0x00000096 0x0000004b 0x000000df>;
clock-names = "stmmaceth", "mac_clk_rx", "mac_clk_tx", "clk_mac_ref", "clk_mac_refout", "aclk_mac", "pclk_mac";
resets = <0x0000004b 0x00000063>;
reset-names = "stmmaceth";
rockchip,grf = <0x00000017>;
snps,txpbl = <0x00000004>;
status = "okay";
assigned-clocks = <0x0000004b 0x00000064 0x0000004b 0x00000066>;
assigned-clock-parents = <0x000000eb 0x000000eb>;
clock_in_out = "input";
phy-supply = <0x00000024>;
phy-mode = "rgmii";
pinctrl-names = "default";
pinctrl-0 = <0x000000db>;
snps,force_thresh_dma_mode;
snps,reset-gpio = <0x0000005c 0x00000012 0x00000001>;
snps,reset-active-low;
snps,reset-delays-us = <0x00000000 0x00002710 0x0000c350>;
tx_delay = <0x00000024>;
rx_delay = <0x00000018>;
phandle = <0x00000053>;
};
ethernet at ff550000 {
compatible = "rockchip,rk3328-gmac";
reg = <0x00000000 0xff550000 0x00000000 0x00010000>;
rockchip,grf = <0x00000017>;
interrupts = <0x00000000 0x00000015 0x00000004>;
interrupt-names = "macirq";
clocks = <0x0000004b 0x00000054 0x0000004b 0x00000053 0x0000004b 0x00000053 0x0000004b 0x00000055 0x0000004b 0x00000095 0x0000004b 0x000000de 0x0000004b 0x00000056>;
clock-names = "stmmaceth", "mac_clk_rx", "mac_clk_tx", "clk_mac_ref", "aclk_mac", "pclk_mac", "clk_macphy";
resets = <0x0000004b 0x00000062 0x0000004b 0x00000064>;
reset-names = "stmmaceth", "mac-phy";
phy-mode = "rmii";
phy-handle = <0x00000055>;
snps,txpbl = <0x00000004>;
status = "disabled";
phandle = <0x00000054>;
mdio {
compatible = "snps,dwmac-mdio";
#address-cells = <0x00000001>;
#size-cells = <0x00000000>;
phy at 0 {
compatible = "ethernet-phy-id1234.d400", "ethernet-phy-ieee802.3-c22";
reg = <0x00000000>;
clocks = <0x0000004b 0x00000056>;
resets = <0x0000004b 0x00000064>;
pinctrl-names = "default";
pinctrl-0 = <0x000000df 0x000000e1>;
phy-is-integrated;
phandle = <0x00000055>;
};
};
};
usb at ff580000 {
compatible = "rockchip,rk3328-usb", "rockchip,rk3066-usb", "snps,dwc2";
reg = <0x00000000 0xff580000 0x00000000 0x00040000>;
interrupts = <0x00000000 0x00000017 0x00000004>;
clocks = <0x0000004b 0x0000014d>;
clock-names = "otg";
dr_mode = "host";
g-np-tx-fifo-size = <0x00000010>;
g-rx-fifo-size = <0x00000118>;
g-tx-fifo-size = <0x00000100 0x00000080 0x00000080 0x00000040 0x00000020 0x00000010>;
phys = <0x0000004e>;
phy-names = "usb2-phy";
status = "okay";
phandle = <0x00000056>;
};
usb at ff5c0000 {
compatible = "generic-ehci";
reg = <0x00000000 0xff5c0000 0x00000000 0x00010000>;
interrupts = <0x00000000 0x00000010 0x00000004>;
clocks = <0x0000004b 0x0000014e 0x0000004d>;
phys = <0x0000004f>;
phy-names = "usb";
status = "okay";
phandle = <0x00000057>;
};
usb at ff5d0000 {
compatible = "generic-ohci";
reg = <0x00000000 0xff5d0000 0x00000000 0x00010000>;
interrupts = <0x00000000 0x00000011 0x00000004>;
clocks = <0x0000004b 0x0000014e 0x0000004d>;
phys = <0x0000004f>;
phy-names = "usb";
status = "okay";
phandle = <0x00000058>;
};
interrupt-controller at ff811000 {
compatible = "arm,gic-400";
#interrupt-cells = <0x00000003>;
#address-cells = <0x00000000>;
interrupt-controller;
reg = <0x00000000 0xff811000 0x00000000 0x00001000 0x00000000 0xff812000 0x00000000 0x00002000 0x00000000 0xff814000 0x00000000 0x00002000 0x00000000 0xff816000 0x00000000 0x00002000>;
interrupts = <0x00000001 0x00000009 0x00000f04>;
phandle = <0x00000059>;
};
pinctrl {
compatible = "rockchip,rk3328-pinctrl";
rockchip,grf = <0x00000017>;
#address-cells = <0x00000002>;
#size-cells = <0x00000002>;
ranges;
phandle = <0x0000005a>;
gpio0 at ff210000 {
compatible = "rockchip,gpio-bank";
reg = <0x00000000 0xff210000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000033 0x00000004>;
clocks = <0x0000004b 0x000000c8>;
gpio-controller;
#gpio-cells = <0x00000002>;
interrupt-controller;
#interrupt-cells = <0x00000002>;
phandle = <0x0000005b>;
};
gpio1 at ff220000 {
compatible = "rockchip,gpio-bank";
reg = <0x00000000 0xff220000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000034 0x00000004>;
clocks = <0x0000004b 0x000000c9>;
gpio-controller;
#gpio-cells = <0x00000002>;
interrupt-controller;
#interrupt-cells = <0x00000002>;
phandle = <0x0000005c>;
};
gpio2 at ff230000 {
compatible = "rockchip,gpio-bank";
reg = <0x00000000 0xff230000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000035 0x00000004>;
clocks = <0x0000004b 0x000000ca>;
gpio-controller;
#gpio-cells = <0x00000002>;
interrupt-controller;
#interrupt-cells = <0x00000002>;
phandle = <0x0000005d>;
};
gpio3 at ff240000 {
compatible = "rockchip,gpio-bank";
reg = <0x00000000 0xff240000 0x00000000 0x00000100>;
interrupts = <0x00000000 0x00000036 0x00000004>;
clocks = <0x0000004b 0x000000cb>;
gpio-controller;
#gpio-cells = <0x00000002>;
interrupt-controller;
#interrupt-cells = <0x00000002>;
phandle = <0x0000005e>;
};
pcfg-pull-up {
bias-pull-up;
phandle = <0x0000005f>;
};
pcfg-pull-down {
bias-pull-down;
phandle = <0x00000060>;
};
pcfg-pull-none {
bias-disable;
phandle = <0x00000061>;
};
pcfg-pull-none-2ma {
bias-disable;
drive-strength = <0x00000002>;
phandle = <0x00000062>;
};
pcfg-pull-up-2ma {
bias-pull-up;
drive-strength = <0x00000002>;
phandle = <0x00000063>;
};
pcfg-pull-up-4ma {
bias-pull-up;
drive-strength = <0x00000004>;
phandle = <0x00000064>;
};
pcfg-pull-none-4ma {
bias-disable;
drive-strength = <0x00000004>;
phandle = <0x00000065>;
};
pcfg-pull-down-4ma {
bias-pull-down;
drive-strength = <0x00000004>;
phandle = <0x00000066>;
};
pcfg-pull-none-8ma {
bias-disable;
drive-strength = <0x00000008>;
phandle = <0x00000067>;
};
pcfg-pull-up-8ma {
bias-pull-up;
drive-strength = <0x00000008>;
phandle = <0x00000068>;
};
pcfg-pull-none-12ma {
bias-disable;
drive-strength = <0x0000000c>;
phandle = <0x00000069>;
};
pcfg-pull-up-12ma {
bias-pull-up;
drive-strength = <0x0000000c>;
phandle = <0x0000006a>;
};
pcfg-output-high {
output-high;
phandle = <0x0000006b>;
};
pcfg-output-low {
output-low;
phandle = <0x0000006c>;
};
pcfg-input-high {
bias-pull-up;
input-enable;
phandle = <0x0000006d>;
};
pcfg-input {
input-enable;
phandle = <0x0000006e>;
};
i2c0 {
i2c0-xfer {
rockchip,pins = <0x00000002 0x00000018 0x00000001 0x00000061 0x00000002 0x00000019 0x00000001 0x00000061>;
phandle = <0x0000006f>;
};
};
i2c1 {
i2c1-xfer {
rockchip,pins = <0x00000002 0x00000004 0x00000002 0x00000061 0x00000002 0x00000005 0x00000002 0x00000061>;
phandle = <0x00000070>;
};
};
i2c2 {
i2c2-xfer {
rockchip,pins = <0x00000002 0x0000000d 0x00000001 0x00000061 0x00000002 0x0000000e 0x00000001 0x00000061>;
phandle = <0x00000071>;
};
};
i2c3 {
i2c3-xfer {
rockchip,pins = <0x00000000 0x00000005 0x00000002 0x00000061 0x00000000 0x00000006 0x00000002 0x00000061>;
phandle = <0x00000072>;
};
i2c3-gpio {
rockchip,pins = <0x00000000 0x00000005 0x00000000 0x00000061 0x00000000 0x00000006 0x00000000 0x00000061>;
phandle = <0x00000073>;
};
};
hdmi_i2c {
hdmii2c-xfer {
rockchip,pins = <0x00000000 0x00000005 0x00000001 0x00000061 0x00000000 0x00000006 0x00000001 0x00000061>;
phandle = <0x00000074>;
};
};
pdm-0 {
pdmm0-clk {
rockchip,pins = <0x00000002 0x00000012 0x00000002 0x00000061>;
phandle = <0x00000075>;
};
pdmm0-fsync {
rockchip,pins = <0x00000002 0x00000017 0x00000002 0x00000061>;
phandle = <0x00000076>;
};
pdmm0-sdi0 {
rockchip,pins = <0x00000002 0x00000013 0x00000002 0x00000061>;
phandle = <0x00000077>;
};
pdmm0-sdi1 {
rockchip,pins = <0x00000002 0x00000014 0x00000002 0x00000061>;
phandle = <0x00000078>;
};
pdmm0-sdi2 {
rockchip,pins = <0x00000002 0x00000015 0x00000002 0x00000061>;
phandle = <0x00000079>;
};
pdmm0-sdi3 {
rockchip,pins = <0x00000002 0x00000016 0x00000002 0x00000061>;
phandle = <0x0000007a>;
};
pdmm0-clk-sleep {
rockchip,pins = <0x00000002 0x00000012 0x00000000 0x0000006d>;
phandle = <0x0000007b>;
};
pdmm0-sdi0-sleep {
rockchip,pins = <0x00000002 0x00000013 0x00000000 0x0000006d>;
phandle = <0x0000007c>;
};
pdmm0-sdi1-sleep {
rockchip,pins = <0x00000002 0x00000014 0x00000000 0x0000006d>;
phandle = <0x0000007d>;
};
pdmm0-sdi2-sleep {
rockchip,pins = <0x00000002 0x00000015 0x00000000 0x0000006d>;
phandle = <0x0000007e>;
};
pdmm0-sdi3-sleep {
rockchip,pins = <0x00000002 0x00000016 0x00000000 0x0000006d>;
phandle = <0x0000007f>;
};
pdmm0-fsync-sleep {
rockchip,pins = <0x00000002 0x00000017 0x00000000 0x0000006d>;
phandle = <0x00000080>;
};
};
tsadc {
otp-gpio {
rockchip,pins = <0x00000002 0x0000000d 0x00000000 0x00000061>;
phandle = <0x00000081>;
};
otp-out {
rockchip,pins = <0x00000002 0x0000000d 0x00000001 0x00000061>;
phandle = <0x00000082>;
};
};
uart0 {
uart0-xfer {
rockchip,pins = <0x00000001 0x00000009 0x00000001 0x0000005f 0x00000001 0x00000008 0x00000001 0x00000061>;
phandle = <0x00000083>;
};
uart0-cts {
rockchip,pins = <0x00000001 0x0000000b 0x00000001 0x00000061>;
phandle = <0x00000084>;
};
uart0-rts {
rockchip,pins = <0x00000001 0x0000000a 0x00000001 0x00000061>;
phandle = <0x00000085>;
};
uart0-rts-gpio {
rockchip,pins = <0x00000001 0x0000000a 0x00000000 0x00000061>;
phandle = <0x00000086>;
};
};
uart1 {
uart1-xfer {
rockchip,pins = <0x00000003 0x00000004 0x00000004 0x0000005f 0x00000003 0x00000006 0x00000004 0x00000061>;
phandle = <0x00000087>;
};
uart1-cts {
rockchip,pins = <0x00000003 0x00000007 0x00000004 0x00000061>;
phandle = <0x00000088>;
};
uart1-rts {
rockchip,pins = <0x00000003 0x00000005 0x00000004 0x00000061>;
phandle = <0x00000089>;
};
uart1-rts-gpio {
rockchip,pins = <0x00000003 0x00000005 0x00000000 0x00000061>;
phandle = <0x0000008a>;
};
};
uart2-0 {
uart2m0-xfer {
rockchip,pins = <0x00000001 0x00000000 0x00000002 0x0000005f 0x00000001 0x00000001 0x00000002 0x00000061>;
phandle = <0x0000008b>;
};
};
uart2-1 {
uart2m1-xfer {
rockchip,pins = <0x00000002 0x00000000 0x00000001 0x0000005f 0x00000002 0x00000001 0x00000001 0x00000061>;
phandle = <0x0000008c>;
};
};
spi0-0 {
spi0m0-clk {
rockchip,pins = <0x00000002 0x00000008 0x00000001 0x0000005f>;
phandle = <0x0000008d>;
};
spi0m0-cs0 {
rockchip,pins = <0x00000002 0x0000000b 0x00000001 0x0000005f>;
phandle = <0x0000008e>;
};
spi0m0-tx {
rockchip,pins = <0x00000002 0x00000009 0x00000001 0x0000005f>;
phandle = <0x0000008f>;
};
spi0m0-rx {
rockchip,pins = <0x00000002 0x0000000a 0x00000001 0x0000005f>;
phandle = <0x00000090>;
};
spi0m0-cs1 {
rockchip,pins = <0x00000002 0x0000000c 0x00000001 0x0000005f>;
phandle = <0x00000091>;
};
};
spi0-1 {
spi0m1-clk {
rockchip,pins = <0x00000003 0x00000017 0x00000002 0x0000005f>;
phandle = <0x00000092>;
};
spi0m1-cs0 {
rockchip,pins = <0x00000003 0x0000001a 0x00000002 0x0000005f>;
phandle = <0x00000093>;
};
spi0m1-tx {
rockchip,pins = <0x00000003 0x00000019 0x00000002 0x0000005f>;
phandle = <0x00000094>;
};
spi0m1-rx {
rockchip,pins = <0x00000003 0x00000018 0x00000002 0x0000005f>;
phandle = <0x00000095>;
};
spi0m1-cs1 {
rockchip,pins = <0x00000003 0x0000001b 0x00000002 0x0000005f>;
phandle = <0x00000096>;
};
};
spi0-2 {
spi0m2-clk {
rockchip,pins = <0x00000003 0x00000000 0x00000004 0x0000005f>;
phandle = <0x00000097>;
};
spi0m2-cs0 {
rockchip,pins = <0x00000003 0x00000008 0x00000003 0x0000005f>;
phandle = <0x00000098>;
};
spi0m2-tx {
rockchip,pins = <0x00000003 0x00000001 0x00000004 0x0000005f>;
phandle = <0x00000099>;
};
spi0m2-rx {
rockchip,pins = <0x00000003 0x00000002 0x00000004 0x0000005f>;
phandle = <0x0000009a>;
};
};
i2s1 {
i2s1-mclk {
rockchip,pins = <0x00000002 0x0000000f 0x00000001 0x00000061>;
phandle = <0x0000009b>;
};
i2s1-sclk {
rockchip,pins = <0x00000002 0x00000012 0x00000001 0x00000061>;
phandle = <0x0000009c>;
};
i2s1-lrckrx {
rockchip,pins = <0x00000002 0x00000010 0x00000001 0x00000061>;
phandle = <0x0000009d>;
};
i2s1-lrcktx {
rockchip,pins = <0x00000002 0x00000011 0x00000001 0x00000061>;
phandle = <0x0000009e>;
};
i2s1-sdi {
rockchip,pins = <0x00000002 0x00000013 0x00000001 0x00000061>;
phandle = <0x0000009f>;
};
i2s1-sdo {
rockchip,pins = <0x00000002 0x00000017 0x00000001 0x00000061>;
phandle = <0x000000a0>;
};
i2s1-sdio1 {
rockchip,pins = <0x00000002 0x00000014 0x00000001 0x00000061>;
phandle = <0x000000a1>;
};
i2s1-sdio2 {
rockchip,pins = <0x00000002 0x00000015 0x00000001 0x00000061>;
phandle = <0x000000a2>;
};
i2s1-sdio3 {
rockchip,pins = <0x00000002 0x00000016 0x00000001 0x00000061>;
phandle = <0x000000a3>;
};
i2s1-sleep {
rockchip,pins = * 0x00000000080f695c [0x00000090];
phandle = <0x000000a4>;
};
};
i2s2-0 {
i2s2m0-mclk {
rockchip,pins = <0x00000001 0x00000015 0x00000001 0x00000061>;
phandle = <0x000000a5>;
};
i2s2m0-sclk {
rockchip,pins = <0x00000001 0x00000016 0x00000001 0x00000061>;
phandle = <0x000000a6>;
};
i2s2m0-lrckrx {
rockchip,pins = <0x00000001 0x0000001a 0x00000001 0x00000061>;
phandle = <0x000000a7>;
};
i2s2m0-lrcktx {
rockchip,pins = <0x00000001 0x00000017 0x00000001 0x00000061>;
phandle = <0x000000a8>;
};
i2s2m0-sdi {
rockchip,pins = <0x00000001 0x00000018 0x00000001 0x00000061>;
phandle = <0x000000a9>;
};
i2s2m0-sdo {
rockchip,pins = <0x00000001 0x00000019 0x00000001 0x00000061>;
phandle = <0x000000aa>;
};
i2s2m0-sleep {
rockchip,pins = * 0x00000000080f6bb8 [0x00000060];
phandle = <0x000000ab>;
};
};
i2s2-1 {
i2s2m1-mclk {
rockchip,pins = <0x00000001 0x00000015 0x00000001 0x00000061>;
phandle = <0x000000ac>;
};
i2s2m1-sclk {
rockchip,pins = <0x00000003 0x00000000 0x00000006 0x00000061>;
phandle = <0x000000ad>;
};
i2sm1-lrckrx {
rockchip,pins = <0x00000003 0x00000008 0x00000006 0x00000061>;
phandle = <0x000000ae>;
};
i2s2m1-lrcktx {
rockchip,pins = <0x00000003 0x00000008 0x00000004 0x00000061>;
phandle = <0x000000af>;
};
i2s2m1-sdi {
rockchip,pins = <0x00000003 0x00000002 0x00000006 0x00000061>;
phandle = <0x000000b0>;
};
i2s2m1-sdo {
rockchip,pins = <0x00000003 0x00000001 0x00000006 0x00000061>;
phandle = <0x000000b1>;
};
i2s2m1-sleep {
rockchip,pins = * 0x00000000080f6de4 [0x00000050];
phandle = <0x000000b2>;
};
};
spdif-0 {
spdifm0-tx {
rockchip,pins = <0x00000000 0x0000001b 0x00000001 0x00000061>;
phandle = <0x000000b3>;
};
};
spdif-1 {
spdifm1-tx {
rockchip,pins = <0x00000002 0x00000011 0x00000002 0x00000061>;
phandle = <0x000000b4>;
};
};
spdif-2 {
spdifm2-tx {
rockchip,pins = <0x00000000 0x00000002 0x00000002 0x00000061>;
phandle = <0x000000b5>;
};
};
sdmmc0-0 {
sdmmc0m0-pwren {
rockchip,pins = <0x00000002 0x00000007 0x00000001 0x00000064>;
phandle = <0x000000b6>;
};
sdmmc0m0-gpio {
rockchip,pins = <0x00000002 0x00000007 0x00000000 0x00000064>;
phandle = <0x000000b7>;
};
};
sdmmc0-1 {
sdmmc0m1-pwren {
rockchip,pins = <0x00000000 0x0000001e 0x00000003 0x00000064>;
phandle = <0x000000b8>;
};
sdmmc0m1-gpio {
rockchip,pins = <0x00000000 0x0000001e 0x00000000 0x00000064>;
phandle = <0x000000b9>;
};
};
sdmmc0 {
sdmmc0-clk {
rockchip,pins = <0x00000001 0x00000006 0x00000001 0x00000067>;
phandle = <0x000000ba>;
};
sdmmc0-cmd {
rockchip,pins = <0x00000001 0x00000004 0x00000001 0x00000068>;
phandle = <0x000000bb>;
};
sdmmc0-dectn {
rockchip,pins = <0x00000001 0x00000005 0x00000001 0x00000064>;
phandle = <0x000000bc>;
};
sdmmc0-wrprt {
rockchip,pins = <0x00000001 0x00000007 0x00000001 0x00000064>;
phandle = <0x000000bd>;
};
sdmmc0-bus1 {
rockchip,pins = <0x00000001 0x00000000 0x00000001 0x00000068>;
phandle = <0x000000be>;
};
sdmmc0-bus4 {
rockchip,pins = <0x00000001 0x00000000 0x00000001 0x00000068 0x00000001 0x00000001 0x00000001 0x00000068 0x00000001 0x00000002 0x00000001 0x00000068 0x00000001 0x00000003 0x00000001 0x00000068>;
phandle = <0x000000bf>;
};
sdmmc0-gpio {
rockchip,pins = * 0x00000000080f7254 [0x00000080];
phandle = <0x000000c0>;
};
};
sdmmc0ext {
sdmmc0ext-clk {
rockchip,pins = <0x00000003 0x00000002 0x00000003 0x00000065>;
phandle = <0x000000c1>;
};
sdmmc0ext-cmd {
rockchip,pins = <0x00000003 0x00000000 0x00000003 0x00000064>;
phandle = <0x000000c2>;
};
sdmmc0ext-wrprt {
rockchip,pins = <0x00000003 0x00000003 0x00000003 0x00000064>;
phandle = <0x000000c3>;
};
sdmmc0ext-dectn {
rockchip,pins = <0x00000003 0x00000001 0x00000003 0x00000064>;
phandle = <0x000000c4>;
};
sdmmc0ext-bus1 {
rockchip,pins = <0x00000003 0x00000004 0x00000003 0x00000064>;
phandle = <0x000000c5>;
};
sdmmc0ext-bus4 {
rockchip,pins = <0x00000003 0x00000004 0x00000003 0x00000064 0x00000003 0x00000005 0x00000003 0x00000064 0x00000003 0x00000006 0x00000003 0x00000064 0x00000003 0x00000007 0x00000003 0x00000064>;
phandle = <0x000000c6>;
};
sdmmc0ext-gpio {
rockchip,pins = * 0x00000000080f74e4 [0x00000080];
phandle = <0x000000c7>;
};
};
sdmmc1 {
sdmmc1-clk {
rockchip,pins = <0x00000001 0x0000000c 0x00000001 0x00000067>;
phandle = <0x000000c8>;
};
sdmmc1-cmd {
rockchip,pins = <0x00000001 0x0000000d 0x00000001 0x00000068>;
phandle = <0x000000c9>;
};
sdmmc1-pwren {
rockchip,pins = <0x00000001 0x00000012 0x00000001 0x00000068>;
phandle = <0x000000ca>;
};
sdmmc1-wrprt {
rockchip,pins = <0x00000001 0x00000014 0x00000001 0x00000068>;
phandle = <0x000000cb>;
};
sdmmc1-dectn {
rockchip,pins = <0x00000001 0x00000013 0x00000001 0x00000068>;
phandle = <0x000000cc>;
};
sdmmc1-bus1 {
rockchip,pins = <0x00000001 0x0000000e 0x00000001 0x00000068>;
phandle = <0x000000cd>;
};
sdmmc1-bus4 {
rockchip,pins = <0x00000001 0x0000000e 0x00000001 0x00000068 0x00000001 0x0000000f 0x00000001 0x00000068 0x00000001 0x00000010 0x00000001 0x00000068 0x00000001 0x00000011 0x00000001 0x00000068>;
phandle = <0x000000ce>;
};
sdmmc1-gpio {
rockchip,pins = * 0x00000000080f77a0 [0x00000090];
phandle = <0x000000cf>;
};
};
emmc {
emmc-clk {
rockchip,pins = <0x00000003 0x00000015 0x00000002 0x00000069>;
phandle = <0x000000d0>;
};
emmc-cmd {
rockchip,pins = <0x00000003 0x00000013 0x00000002 0x0000006a>;
phandle = <0x000000d1>;
};
emmc-pwren {
rockchip,pins = <0x00000003 0x00000016 0x00000002 0x00000061>;
phandle = <0x000000d2>;
};
emmc-rstnout {
rockchip,pins = <0x00000003 0x00000014 0x00000002 0x00000061>;
phandle = <0x000000d3>;
};
emmc-bus1 {
rockchip,pins = <0x00000000 0x00000007 0x00000002 0x0000006a>;
phandle = <0x000000d4>;
};
emmc-bus4 {
rockchip,pins = <0x00000000 0x00000007 0x00000002 0x0000006a 0x00000002 0x0000001c 0x00000002 0x0000006a 0x00000002 0x0000001d 0x00000002 0x0000006a 0x00000002 0x0000001e 0x00000002 0x0000006a>;
phandle = <0x000000d5>;
};
emmc-bus8 {
rockchip,pins = * 0x00000000080f7a24 [0x00000080];
phandle = <0x000000d6>;
};
};
pwm0 {
pwm0-pin {
rockchip,pins = <0x00000002 0x00000004 0x00000001 0x00000061>;
phandle = <0x000000d7>;
};
};
pwm1 {
pwm1-pin {
rockchip,pins = <0x00000002 0x00000005 0x00000001 0x00000061>;
phandle = <0x000000d8>;
};
};
pwm2 {
pwm2-pin {
rockchip,pins = <0x00000002 0x00000006 0x00000001 0x00000061>;
phandle = <0x000000d9>;
};
};
pwmir {
pwmir-pin {
rockchip,pins = <0x00000002 0x00000002 0x00000001 0x00000061>;
phandle = <0x000000da>;
};
};
gmac-1 {
rgmiim1-pins {
rockchip,pins = * 0x00000000080f7c28 [0x00000160];
phandle = <0x000000db>;
};
rmiim1-pins {
rockchip,pins = * 0x00000000080f7db8 [0x00000100];
phandle = <0x000000dc>;
};
};
gmac2phy {
fephyled-speed10 {
rockchip,pins = <0x00000000 0x0000001e 0x00000001 0x00000061>;
phandle = <0x000000dd>;
};
fephyled-duplex {
rockchip,pins = <0x00000000 0x0000001e 0x00000002 0x00000061>;
phandle = <0x000000de>;
};
fephyled-rxm1 {
rockchip,pins = <0x00000002 0x00000019 0x00000002 0x00000061>;
phandle = <0x000000df>;
};
fephyled-txm1 {
rockchip,pins = <0x00000002 0x00000019 0x00000003 0x00000061>;
phandle = <0x000000e0>;
};
fephyled-linkm1 {
rockchip,pins = <0x00000002 0x00000018 0x00000002 0x00000061>;
phandle = <0x000000e1>;
};
};
tsadc_pin {
tsadc-int {
rockchip,pins = <0x00000002 0x0000000d 0x00000002 0x00000061>;
phandle = <0x000000e2>;
};
tsadc-gpio {
rockchip,pins = <0x00000002 0x0000000d 0x00000000 0x00000061>;
phandle = <0x000000e3>;
};
};
hdmi_pin {
hdmi-cec {
rockchip,pins = <0x00000000 0x00000003 0x00000001 0x00000061>;
phandle = <0x000000e4>;
};
hdmi-hpd {
rockchip,pins = <0x00000000 0x00000004 0x00000001 0x00000060>;
phandle = <0x000000e5>;
};
};
cif-0 {
dvp-d2d9-m0 {
rockchip,pins = * 0x00000000080f818c [0x000000c0];
phandle = <0x000000e6>;
};
};
cif-1 {
dvp-d2d9-m1 {
rockchip,pins = * 0x00000000080f828c [0x000000c0];
phandle = <0x000000e7>;
};
};
ir {
ir-int {
rockchip,pins = <0x00000002 0x00000002 0x00000000 0x00000061>;
phandle = <0x000000e8>;
};
};
pmic {
pmic-int-l {
rockchip,pins = <0x00000002 0x00000006 0x00000000 0x0000005f>;
phandle = <0x000000e9>;
};
};
usb2 {
usb20-host-drv {
rockchip,pins = <0x00000000 0x00000002 0x00000000 0x00000061>;
phandle = <0x000000ea>;
};
};
};
chosen {
stdout-path = "serial2:1500000n8";
};
external-gmac-clock {
compatible = "fixed-clock";
clock-frequency = <0x07735940>;
clock-output-names = "gmac_clkin";
#clock-cells = <0x00000000>;
phandle = <0x000000eb>;
};
sdmmc-regulator {
compatible = "regulator-fixed";
gpio = <0x0000005b 0x0000001e 0x00000001>;
pinctrl-names = "default";
pinctrl-0 = <0x000000b9>;
regulator-name = "vcc_sd";
regulator-min-microvolt = <0x00325aa0>;
regulator-max-microvolt = <0x00325aa0>;
vin-supply = <0x00000024>;
phandle = <0x000000ec>;
};
vcc-host-5v-regulator {
compatible = "regulator-fixed";
gpio = <0x0000005b 0x00000002 0x00000001>;
pinctrl-names = "default";
pinctrl-0 = <0x000000ea>;
regulator-name = "vcc_host_5v";
regulator-always-on;
regulator-boot-on;
vin-supply = <0x000000ef>;
phandle = <0x000000ed>;
};
vcc-host1-5v-regulator {
compatible = "regulator-fixed";
gpio = <0x0000005b 0x00000002 0x00000001>;
pinctrl-names = "default";
pinctrl-0 = <0x000000ea>;
regulator-name = "vcc_host1_5v";
regulator-always-on;
regulator-boot-on;
vin-supply = <0x000000ef>;
phandle = <0x000000ee>;
};
vcc-sys {
compatible = "regulator-fixed";
regulator-name = "vcc_sys";
regulator-always-on;
regulator-boot-on;
regulator-min-microvolt = <0x004c4b40>;
regulator-max-microvolt = <0x004c4b40>;
phandle = <0x000000ef>;
};
ir-receiver {
compatible = "gpio-ir-receiver";
gpios = <0x0000005d 0x00000002 0x00000001>;
pinctrl-0 = <0x000000e8>;
pinctrl-names = "default";
};
leds {
compatible = "gpio-leds";
power {
gpios = <0x00000020 0x00000001 0x00000001>;
linux,default-trigger = "mmc0";
};
standby {
gpios = <0x00000020 0x00000000 0x00000001>;
linux,default-trigger = "heartbeat";
};
};
sound {
compatible = "audio-graph-card";
label = "rockchip,rk3328";
dais = <0x00000010 0x00000014>;
};
spdif-dit {
compatible = "linux,spdif-dit";
#sound-dai-cells = <0x00000000>;
port {
endpoint {
remote-endpoint = <0x00000015>;
phandle = <0x000000f0>;
};
};
};
__symbols__ {
dit_p0_0 = "/spdif-dit/port/endpoint";
vcc_sys = "/vcc-sys";
vcc_otg_5v = "/vcc-host1-5v-regulator";
vcc_host1_5v = "/vcc-host1-5v-regulator";
vcc_host_5v = "/vcc-host-5v-regulator";
vcc_sd = "/sdmmc-regulator";
gmac_clkin = "/external-gmac-clock";
usb20_host_drv = "/pinctrl/usb2/usb20-host-drv";
pmic_int_l = "/pinctrl/pmic/pmic-int-l";
ir_int = "/pinctrl/ir/ir-int";
dvp_d2d9_m1 = "/pinctrl/cif-1/dvp-d2d9-m1";
dvp_d2d9_m0 = "/pinctrl/cif-0/dvp-d2d9-m0";
hdmi_hpd = "/pinctrl/hdmi_pin/hdmi-hpd";
hdmi_cec = "/pinctrl/hdmi_pin/hdmi-cec";
tsadc_gpio = "/pinctrl/tsadc_pin/tsadc-gpio";
tsadc_int = "/pinctrl/tsadc_pin/tsadc-int";
fephyled_linkm1 = "/pinctrl/gmac2phy/fephyled-linkm1";
fephyled_txm1 = "/pinctrl/gmac2phy/fephyled-txm1";
fephyled_rxm1 = "/pinctrl/gmac2phy/fephyled-rxm1";
fephyled_duplex = "/pinctrl/gmac2phy/fephyled-duplex";
fephyled_speed10 = "/pinctrl/gmac2phy/fephyled-speed10";
rmiim1_pins = "/pinctrl/gmac-1/rmiim1-pins";
rgmiim1_pins = "/pinctrl/gmac-1/rgmiim1-pins";
pwmir_pin = "/pinctrl/pwmir/pwmir-pin";
pwm2_pin = "/pinctrl/pwm2/pwm2-pin";
pwm1_pin = "/pinctrl/pwm1/pwm1-pin";
pwm0_pin = "/pinctrl/pwm0/pwm0-pin";
emmc_bus8 = "/pinctrl/emmc/emmc-bus8";
emmc_bus4 = "/pinctrl/emmc/emmc-bus4";
emmc_bus1 = "/pinctrl/emmc/emmc-bus1";
emmc_rstnout = "/pinctrl/emmc/emmc-rstnout";
emmc_pwren = "/pinctrl/emmc/emmc-pwren";
emmc_cmd = "/pinctrl/emmc/emmc-cmd";
emmc_clk = "/pinctrl/emmc/emmc-clk";
sdmmc1_gpio = "/pinctrl/sdmmc1/sdmmc1-gpio";
sdmmc1_bus4 = "/pinctrl/sdmmc1/sdmmc1-bus4";
sdmmc1_bus1 = "/pinctrl/sdmmc1/sdmmc1-bus1";
sdmmc1_dectn = "/pinctrl/sdmmc1/sdmmc1-dectn";
sdmmc1_wrprt = "/pinctrl/sdmmc1/sdmmc1-wrprt";
sdmmc1_pwren = "/pinctrl/sdmmc1/sdmmc1-pwren";
sdmmc1_cmd = "/pinctrl/sdmmc1/sdmmc1-cmd";
sdmmc1_clk = "/pinctrl/sdmmc1/sdmmc1-clk";
sdmmc0ext_gpio = "/pinctrl/sdmmc0ext/sdmmc0ext-gpio";
sdmmc0ext_bus4 = "/pinctrl/sdmmc0ext/sdmmc0ext-bus4";
sdmmc0ext_bus1 = "/pinctrl/sdmmc0ext/sdmmc0ext-bus1";
sdmmc0ext_dectn = "/pinctrl/sdmmc0ext/sdmmc0ext-dectn";
sdmmc0ext_wrprt = "/pinctrl/sdmmc0ext/sdmmc0ext-wrprt";
sdmmc0ext_cmd = "/pinctrl/sdmmc0ext/sdmmc0ext-cmd";
sdmmc0ext_clk = "/pinctrl/sdmmc0ext/sdmmc0ext-clk";
sdmmc0_gpio = "/pinctrl/sdmmc0/sdmmc0-gpio";
sdmmc0_bus4 = "/pinctrl/sdmmc0/sdmmc0-bus4";
sdmmc0_bus1 = "/pinctrl/sdmmc0/sdmmc0-bus1";
sdmmc0_wrprt = "/pinctrl/sdmmc0/sdmmc0-wrprt";
sdmmc0_dectn = "/pinctrl/sdmmc0/sdmmc0-dectn";
sdmmc0_cmd = "/pinctrl/sdmmc0/sdmmc0-cmd";
sdmmc0_clk = "/pinctrl/sdmmc0/sdmmc0-clk";
sdmmc0m1_gpio = "/pinctrl/sdmmc0-1/sdmmc0m1-gpio";
sdmmc0m1_pwren = "/pinctrl/sdmmc0-1/sdmmc0m1-pwren";
sdmmc0m0_gpio = "/pinctrl/sdmmc0-0/sdmmc0m0-gpio";
sdmmc0m0_pwren = "/pinctrl/sdmmc0-0/sdmmc0m0-pwren";
spdifm2_tx = "/pinctrl/spdif-2/spdifm2-tx";
spdifm1_tx = "/pinctrl/spdif-1/spdifm1-tx";
spdifm0_tx = "/pinctrl/spdif-0/spdifm0-tx";
i2s2m1_sleep = "/pinctrl/i2s2-1/i2s2m1-sleep";
i2s2m1_sdo = "/pinctrl/i2s2-1/i2s2m1-sdo";
i2s2m1_sdi = "/pinctrl/i2s2-1/i2s2m1-sdi";
i2s2m1_lrcktx = "/pinctrl/i2s2-1/i2s2m1-lrcktx";
i2s2m1_lrckrx = "/pinctrl/i2s2-1/i2sm1-lrckrx";
i2s2m1_sclk = "/pinctrl/i2s2-1/i2s2m1-sclk";
i2s2m1_mclk = "/pinctrl/i2s2-1/i2s2m1-mclk";
i2s2m0_sleep = "/pinctrl/i2s2-0/i2s2m0-sleep";
i2s2m0_sdo = "/pinctrl/i2s2-0/i2s2m0-sdo";
i2s2m0_sdi = "/pinctrl/i2s2-0/i2s2m0-sdi";
i2s2m0_lrcktx = "/pinctrl/i2s2-0/i2s2m0-lrcktx";
i2s2m0_lrckrx = "/pinctrl/i2s2-0/i2s2m0-lrckrx";
i2s2m0_sclk = "/pinctrl/i2s2-0/i2s2m0-sclk";
i2s2m0_mclk = "/pinctrl/i2s2-0/i2s2m0-mclk";
i2s1_sleep = "/pinctrl/i2s1/i2s1-sleep";
i2s1_sdio3 = "/pinctrl/i2s1/i2s1-sdio3";
i2s1_sdio2 = "/pinctrl/i2s1/i2s1-sdio2";
i2s1_sdio1 = "/pinctrl/i2s1/i2s1-sdio1";
i2s1_sdo = "/pinctrl/i2s1/i2s1-sdo";
i2s1_sdi = "/pinctrl/i2s1/i2s1-sdi";
i2s1_lrcktx = "/pinctrl/i2s1/i2s1-lrcktx";
i2s1_lrckrx = "/pinctrl/i2s1/i2s1-lrckrx";
i2s1_sclk = "/pinctrl/i2s1/i2s1-sclk";
i2s1_mclk = "/pinctrl/i2s1/i2s1-mclk";
spi0m2_rx = "/pinctrl/spi0-2/spi0m2-rx";
spi0m2_tx = "/pinctrl/spi0-2/spi0m2-tx";
spi0m2_cs0 = "/pinctrl/spi0-2/spi0m2-cs0";
spi0m2_clk = "/pinctrl/spi0-2/spi0m2-clk";
spi0m1_cs1 = "/pinctrl/spi0-1/spi0m1-cs1";
spi0m1_rx = "/pinctrl/spi0-1/spi0m1-rx";
spi0m1_tx = "/pinctrl/spi0-1/spi0m1-tx";
spi0m1_cs0 = "/pinctrl/spi0-1/spi0m1-cs0";
spi0m1_clk = "/pinctrl/spi0-1/spi0m1-clk";
spi0m0_cs1 = "/pinctrl/spi0-0/spi0m0-cs1";
spi0m0_rx = "/pinctrl/spi0-0/spi0m0-rx";
spi0m0_tx = "/pinctrl/spi0-0/spi0m0-tx";
spi0m0_cs0 = "/pinctrl/spi0-0/spi0m0-cs0";
spi0m0_clk = "/pinctrl/spi0-0/spi0m0-clk";
uart2m1_xfer = "/pinctrl/uart2-1/uart2m1-xfer";
uart2m0_xfer = "/pinctrl/uart2-0/uart2m0-xfer";
uart1_rts_gpio = "/pinctrl/uart1/uart1-rts-gpio";
uart1_rts = "/pinctrl/uart1/uart1-rts";
uart1_cts = "/pinctrl/uart1/uart1-cts";
uart1_xfer = "/pinctrl/uart1/uart1-xfer";
uart0_rts_gpio = "/pinctrl/uart0/uart0-rts-gpio";
uart0_rts = "/pinctrl/uart0/uart0-rts";
uart0_cts = "/pinctrl/uart0/uart0-cts";
uart0_xfer = "/pinctrl/uart0/uart0-xfer";
otp_out = "/pinctrl/tsadc/otp-out";
otp_gpio = "/pinctrl/tsadc/otp-gpio";
pdmm0_fsync_sleep = "/pinctrl/pdm-0/pdmm0-fsync-sleep";
pdmm0_sdi3_sleep = "/pinctrl/pdm-0/pdmm0-sdi3-sleep";
pdmm0_sdi2_sleep = "/pinctrl/pdm-0/pdmm0-sdi2-sleep";
pdmm0_sdi1_sleep = "/pinctrl/pdm-0/pdmm0-sdi1-sleep";
pdmm0_sdi0_sleep = "/pinctrl/pdm-0/pdmm0-sdi0-sleep";
pdmm0_clk_sleep = "/pinctrl/pdm-0/pdmm0-clk-sleep";
pdmm0_sdi3 = "/pinctrl/pdm-0/pdmm0-sdi3";
pdmm0_sdi2 = "/pinctrl/pdm-0/pdmm0-sdi2";
pdmm0_sdi1 = "/pinctrl/pdm-0/pdmm0-sdi1";
pdmm0_sdi0 = "/pinctrl/pdm-0/pdmm0-sdi0";
pdmm0_fsync = "/pinctrl/pdm-0/pdmm0-fsync";
pdmm0_clk = "/pinctrl/pdm-0/pdmm0-clk";
hdmii2c_xfer = "/pinctrl/hdmi_i2c/hdmii2c-xfer";
i2c3_gpio = "/pinctrl/i2c3/i2c3-gpio";
i2c3_xfer = "/pinctrl/i2c3/i2c3-xfer";
i2c2_xfer = "/pinctrl/i2c2/i2c2-xfer";
i2c1_xfer = "/pinctrl/i2c1/i2c1-xfer";
i2c0_xfer = "/pinctrl/i2c0/i2c0-xfer";
pcfg_input = "/pinctrl/pcfg-input";
pcfg_input_high = "/pinctrl/pcfg-input-high";
pcfg_output_low = "/pinctrl/pcfg-output-low";
pcfg_output_high = "/pinctrl/pcfg-output-high";
pcfg_pull_up_12ma = "/pinctrl/pcfg-pull-up-12ma";
pcfg_pull_none_12ma = "/pinctrl/pcfg-pull-none-12ma";
pcfg_pull_up_8ma = "/pinctrl/pcfg-pull-up-8ma";
pcfg_pull_none_8ma = "/pinctrl/pcfg-pull-none-8ma";
pcfg_pull_down_4ma = "/pinctrl/pcfg-pull-down-4ma";
pcfg_pull_none_4ma = "/pinctrl/pcfg-pull-none-4ma";
pcfg_pull_up_4ma = "/pinctrl/pcfg-pull-up-4ma";
pcfg_pull_up_2ma = "/pinctrl/pcfg-pull-up-2ma";
pcfg_pull_none_2ma = "/pinctrl/pcfg-pull-none-2ma";
pcfg_pull_none = "/pinctrl/pcfg-pull-none";
pcfg_pull_down = "/pinctrl/pcfg-pull-down";
pcfg_pull_up = "/pinctrl/pcfg-pull-up";
gpio3 = "/pinctrl/gpio3 at ff240000";
gpio2 = "/pinctrl/gpio2 at ff230000";
gpio1 = "/pinctrl/gpio1 at ff220000";
gpio0 = "/pinctrl/gpio0 at ff210000";
pinctrl = "/pinctrl";
gic = "/interrupt-controller at ff811000";
usb_host0_ohci = "/usb at ff5d0000";
usb_host0_ehci = "/usb at ff5c0000";
usb20_otg = "/usb at ff580000";
phy = "/ethernet at ff550000/mdio/phy at 0";
gmac2phy = "/ethernet at ff550000";
gmac2io = "/ethernet at ff540000";
emmc = "/mmc at ff520000";
sdio = "/mmc at ff510000";
sdmmc = "/mmc at ff500000";
u2phy_host = "/syscon at ff450000/usb2-phy at 100/host-port";
u2phy_otg = "/syscon at ff450000/usb2-phy at 100/otg-port";
u2phy = "/syscon at ff450000/usb2-phy at 100";
usb2phy_grf = "/syscon at ff450000";
cru = "/clock-controller at ff440000";
hdmiphy = "/phy at ff430000";
codec_p0_0 = "/codec at ff410000/port at 0/endpoint";
codec = "/codec at ff410000";
hdmi_in_vop = "/hdmi at ff3c0000/ports/port/endpoint";
hdmi_in = "/hdmi at ff3c0000/ports/port";
hdmi = "/hdmi at ff3c0000";
vop_mmu = "/iommu at ff373f00";
vop_out_hdmi = "/vop at ff370000/port/endpoint at 0";
vop_out = "/vop at ff370000/port";
vop = "/vop at ff370000";
rkvdec_mmu = "/iommu at ff360480";
vpu_mmu = "/iommu at ff350800";
vpu = "/video-codec at ff350000";
vepu_mmu = "/iommu at ff340800";
h265e_mmu = "/iommu at ff330200";
gpu = "/gpu at ff300000";
saradc = "/adc at ff280000";
efuse_cpu_version = "/efuse at ff260000/cpu-version at 1a";
logic_leakage = "/efuse at ff260000/logic-leakage at 19";
cpu_leakage = "/efuse at ff260000/cpu-leakage at 17";
efuse_id = "/efuse at ff260000/id at 7";
efuse = "/efuse at ff260000";
tsadc = "/tsadc at ff250000";
soc_crit = "/thermal-zones/soc-thermal/trips/soc-crit";
target = "/thermal-zones/soc-thermal/trips/trip-point1";
threshold = "/thermal-zones/soc-thermal/trips/trip-point0";
soc_thermal = "/thermal-zones/soc-thermal";
pwm3 = "/pwm at ff1b0030";
pwm2 = "/pwm at ff1b0020";
pwm1 = "/pwm at ff1b0010";
pwm0 = "/pwm at ff1b0000";
wdt = "/watchdog at ff1a0000";
spi0 = "/spi at ff190000";
i2c3 = "/i2c at ff180000";
i2c2 = "/i2c at ff170000";
vdd_10 = "/i2c at ff160000/pmic at 18/regulators/LDO_REG3";
vcc18_emmc = "/i2c at ff160000/pmic at 18/regulators/LDO_REG2";
vcc_18 = "/i2c at ff160000/pmic at 18/regulators/LDO_REG1";
vcc_io = "/i2c at ff160000/pmic at 18/regulators/DCDC_REG4";
vcc_ddr = "/i2c at ff160000/pmic at 18/regulators/DCDC_REG3";
vdd_arm = "/i2c at ff160000/pmic at 18/regulators/DCDC_REG2";
vdd_logic = "/i2c at ff160000/pmic at 18/regulators/DCDC_REG1";
rk805 = "/i2c at ff160000/pmic at 18";
i2c1 = "/i2c at ff160000";
i2c0 = "/i2c at ff150000";
uart2 = "/serial at ff130000";
uart1 = "/serial at ff120000";
uart0 = "/serial at ff110000";
power = "/syscon at ff100000/power-controller";
grf_gpio = "/syscon at ff100000/grf-gpio";
io_domains = "/syscon at ff100000/io-domains";
grf = "/syscon at ff100000";
pdm = "/pdm at ff040000";
spdif_p0_0 = "/spdif at ff030000/port/endpoint";
spdif_p0 = "/spdif at ff030000/port";
spdif = "/spdif at ff030000";
i2s2 = "/i2s at ff020000";
i2s1_p0_0 = "/i2s at ff010000/port/endpoint";
i2s1_p0 = "/i2s at ff010000/port";
i2s1 = "/i2s at ff010000";
i2s0 = "/i2s at ff000000";
xin24m = "/xin24m";
hdmi_sound = "/hdmi-sound";
display_subsystem = "/display-subsystem";
analog_sound = "/analog-sound";
dmac = "/bus/dmac at ff1f0000";
amba = "/bus";
cpu0_opp_table = "/opp_table0";
l2 = "/cpus/l2-cache0";
CPU_SLEEP = "/cpus/idle-states/cpu-sleep";
cpu3 = "/cpus/cpu at 3";
cpu2 = "/cpus/cpu at 2";
cpu1 = "/cpus/cpu at 1";
cpu0 = "/cpus/cpu at 0";
};
};
=>
===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)
More information about the freebsd-arm
mailing list