blob: d1915c1aea3bda8cf5f2c331876f090ee4268133 [file] [log] [blame]
/*
* Copyright (c) 2022, Commonwealth Scientific and Industrial Research
* Organisation (CSIRO) ABN 41 687 119 230.
*
* SPDX-License-Identifier: Apache-2.0
*/
/{
test_pwm: pwm@11112222 {
compatible = "vnd,pwm";
#pwm-cells = <3>;
reg = <0x11112222 0x1000>;
label = "TEST_PWM_CTLR";
status = "okay";
};
};